Update GPG key for Python 3.11

This commit is contained in:
Franck Nijhof 2023-03-26 10:18:41 +02:00
parent 24e4e138eb
commit af155d53e4
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="7169605F62C751356D054A26A821E680E5FA6305"
GPG_KEY="A035C8C19219BA821ECEA86B64E628F8D684696D"
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]