File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then SWIFT_UBUNTU_VERSION="${SWIFT_UBUNTU_VE
35
35
&& DOWNLOAD_URL=https://download.swift.org/swift-${SWIFT_VERSION}-release/${SWIFT_SHORT_UBUNTU_VERSION}/swift-${SWIFT_VERSION}-RELEASE/${SWIFT_TARBALL} \
36
36
&& curl --connect-timeout 15 --retry 5 "${DOWNLOAD_URL}" > "/tmp/${SWIFT_TARBALL}" \
37
37
&& curl --connect-timeout 15 --retry 5 "${DOWNLOAD_URL}.sig" > "/tmp/${SWIFT_SIGNATURE}" \
38
- && sh -c 'curl --connect-timeout 15 --retry 5 https://www.swift.org/keys/all-keys.asc | gpg --import -' \
38
+ && sh -c 'curl --location --compressed -- connect-timeout 15 --retry 5 https://www.swift.org/keys/all-keys.asc | gpg --import -' \
39
39
&& gpg --keyserver hkp://keyserver.ubuntu.com --refresh-keys Swift \
40
40
&& gpg --verify /tmp/${SWIFT_SIGNATURE} \
41
41
&& mkdir /opt/swift \
You can’t perform that action at this time.
0 commit comments