Skip to content

Commit

Permalink
Swift 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisSimon committed Jul 5, 2024
1 parent f00149f commit 23c64c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ RUN \
if [ "$(arch)" = "aarch64" ]; then \
ADD_ARCH="-$(arch)"; \
fi \
&& wget https://download.swift.org/swift-5.9.2-release/ubuntu2204${ADD_ARCH}/swift-5.9.2-RELEASE/swift-5.9.2-RELEASE-ubuntu22.04${ADD_ARCH}.tar.gz; \
tar -xvzf swift-5.9.2-RELEASE-ubuntu22.04${ADD_ARCH}.tar.gz; \
cd swift-5.9.2-RELEASE-ubuntu22.04${ADD_ARCH}; \
&& wget https://download.swift.org/swift-5.10.1-release/ubuntu2204${ADD_ARCH}/swift-5.10.1-RELEASE/swift-5.10.1-RELEASE-ubuntu22.04${ADD_ARCH}.tar.gz; \
tar -xvzf swift-5.10.1-RELEASE-ubuntu22.04${ADD_ARCH}.tar.gz; \
cd swift-5.10.1-RELEASE-ubuntu22.04${ADD_ARCH}; \
cp -r -T ./usr/. /usr; \
cd /; rm -rf /build/*;

Expand Down

0 comments on commit 23c64c9

Please sign in to comment.