File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ RUN set -ex; \
3030 wget -nv -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)"; \
3131 wget -nv -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc"; \
3232 export GNUPGHOME="$(mktemp -d)"; \
33- for server in ha.pool.sks-keyservers.net $(shuf -e \
34- hkp://p80.pool.sks-keyservers.net:80 \
33+ for server in hkps://keys.openpgp.org $(shuf -e \
3534 keyserver.ubuntu.com \
3635 hkp://keyserver.ubuntu.com:80 \
3736 pgp.mit.edu) ; do \
@@ -63,8 +62,7 @@ RUN set -ex; \
6362 if [ "$CHECK_GPG" = "true" ]; then \
6463 wget -nv -O flink.tgz.asc "$FLINK_ASC_URL"; \
6564 export GNUPGHOME="$(mktemp -d)"; \
66- for server in ha.pool.sks-keyservers.net $(shuf -e \
67- hkp://p80.pool.sks-keyservers.net:80 \
65+ for server in hkps://keys.openpgp.org $(shuf -e \
6866 keyserver.ubuntu.com \
6967 hkp://keyserver.ubuntu.com:80 \
7068 pgp.mit.edu) ; do \
You can’t perform that action at this time.
0 commit comments