File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1732,7 +1732,7 @@ ARG TINI_GPG_KEY=0527A9B7
17321732#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
17331733ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
17341734ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
1735- RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
1735+ RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
17361736 && if ! gpg --verify /tini.asc /tini ; then \
17371737 echo "FATAL: failed to verify tini binary"; \
17381738 exit 1 ; \
Original file line number Diff line number Diff line change @@ -1619,7 +1619,7 @@ ARG TINI_GPG_KEY=0527A9B7
16191619#ADD --checksum=${TINI_CHECKSUM} https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
16201620ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
16211621ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc /tini.asc
1622- RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys ${TINI_GPG_KEY} \
1622+ RUN gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys ${TINI_GPG_KEY} \
16231623 && if ! gpg --verify /tini.asc /tini ; then \
16241624 echo "FATAL: failed to verify tini binary"; \
16251625 exit 1 ; \
You can’t perform that action at this time.
0 commit comments