Skip to content

Commit

Permalink
sks-keyservers.net are dead
Browse files Browse the repository at this point in the history
sks-keyservers.net are now dead as of June 21st, no longer able to build due to failure. Changed to keys.openpgp.org
  • Loading branch information
0mni authored Jun 24, 2021
1 parent 8c1f538 commit a96ac3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 1.13.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ RUN set -e -x && \
curl -L $SOURCE_OPENSSL$VERSION_OPENSSL.tar.gz.asc -o openssl.tar.gz.asc && \
GNUPGHOME="$(mktemp -d)" && \
export GNUPGHOME && \
( gpg --no-tty --keyserver ipv4.pool.sks-keyservers.net --recv-keys "$OPGP_OPENSSL" \
|| gpg --no-tty --keyserver ha.pool.sks-keyservers.net --recv-keys "$OPGP_OPENSSL" ) && \
gpg --no-tty --keyserver keys.openpgp.org --recv-keys "$OPGP_OPENSSL" && \
gpg --batch --verify openssl.tar.gz.asc openssl.tar.gz && \
tar xzf openssl.tar.gz && \
cd $VERSION_OPENSSL && \
Expand Down

0 comments on commit a96ac3f

Please sign in to comment.