File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -e; \
5151 && export GNUPGHOME="$(mktemp -d)" \
5252 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
5353 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
54- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
54+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
5555 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
5656 # - Unpack the toolchain, set libs permissions, and clean up.
5757 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN set -e; \
4242 && export GNUPGHOME="$(mktemp -d)" \
4343 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
4444 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
45- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
45+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
4646 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
4747 # - Unpack the toolchain, set libs permissions, and clean up.
4848 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 ${DOWNLOAD_DIR}-${OS_VER}/usr/lib/swift/linux \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -e; \
5151 && export GNUPGHOME="$(mktemp -d)" \
5252 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
5353 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
54- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
54+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
5555 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
5656 # - Unpack the toolchain, set libs permissions, and clean up.
5757 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN set -e; \
4242 && export GNUPGHOME="$(mktemp -d)" \
4343 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
4444 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
45- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
45+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
4646 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
4747 # - Unpack the toolchain, set libs permissions, and clean up.
4848 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 ${DOWNLOAD_DIR}-${OS_VER}/usr/lib/swift/linux \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -e; \
5151 && export GNUPGHOME="$(mktemp -d)" \
5252 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
5353 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
54- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
54+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
5555 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
5656 # - Unpack the toolchain, set libs permissions, and clean up.
5757 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN set -e; \
4242 && export GNUPGHOME="$(mktemp -d)" \
4343 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
4444 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
45- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
45+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
4646 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
4747 # - Unpack the toolchain, set libs permissions, and clean up.
4848 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 ${DOWNLOAD_DIR}-${OS_VER}/usr/lib/swift/linux \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -e; \
5151 && export GNUPGHOME="$(mktemp -d)" \
5252 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
5353 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
54- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
54+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
5555 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
5656 # - Unpack the toolchain, set libs permissions, and clean up.
5757 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 \
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN set -e; \
4242 && export GNUPGHOME="$(mktemp -d)" \
4343 && curl -fsSL ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download} -o latest_toolchain.tar.gz \
4444 ${SWIFT_WEBROOT}/${DOWNLOAD_DIR}/${download_signature} -o latest_toolchain.tar.gz.sig \
45- && gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$SWIFT_SIGNING_KEY" \
45+ && curl -fSsL https://swift.org/keys/all-keys.asc | gpg --import - \
4646 && gpg --batch --verify latest_toolchain.tar.gz.sig latest_toolchain.tar.gz \
4747 # - Unpack the toolchain, set libs permissions, and clean up.
4848 && tar -xzf latest_toolchain.tar.gz --directory / --strip-components=1 ${DOWNLOAD_DIR}-${OS_VER}/usr/lib/swift/linux \
You can’t perform that action at this time.
0 commit comments