Skip to content

Commit

Permalink
Change keyserver
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVance committed Jul 3, 2021
1 parent 6b409b3 commit a53509b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stubby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,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 a53509b

Please sign in to comment.