Update GPG key for Python

This commit is contained in:
Franck Nijhof 2023-03-26 10:11:12 +02:00
parent cfb17d5b6c
commit 24e4e138eb
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -5,7 +5,7 @@ FROM ${BUILD_FROM}
# Environment variables
ENV \
PATH="/usr/local/bin:$PATH" \
GPG_KEY="CFDCA245B1043CF2A5F97865FFE87404168BD847"
GPG_KEY="7169605F62C751356D054A26A821E680E5FA6305"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]