Skip to content

Commit f2bc6f4

Browse files
Update toolchain to 5.9.2
1 parent c70e421 commit f2bc6f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.9/ubuntu/18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2828
&& rm -r /var/lib/apt/lists/*
2929

3030

31-
ARG SWIFT_TAG=swift-wasm-5.9.1-RELEASE
31+
ARG SWIFT_TAG=swift-wasm-5.9.2-RELEASE
3232
ENV SWIFT_PLATFORM_SUFFIX=ubuntu18.04_x86_64.tar.gz
3333
ENV SWIFT_TAG=$SWIFT_TAG
3434

5.9/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2424
&& rm -r /var/lib/apt/lists/*
2525

2626

27-
ARG SWIFT_TAG=swift-wasm-5.9.1-RELEASE
27+
ARG SWIFT_TAG=swift-wasm-5.9.2-RELEASE
2828
ENV SWIFT_PLATFORM=ubuntu20.04
2929
ENV SWIFT_TAG=$SWIFT_TAG
3030

5.9/ubuntu/22.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2424
&& rm -r /var/lib/apt/lists/*
2525

2626

27-
ARG SWIFT_TAG=swift-wasm-5.9.1-RELEASE
27+
ARG SWIFT_TAG=swift-wasm-5.9.2-RELEASE
2828
ENV SWIFT_PLATFORM_SUFFIX=ubuntu22.04_x86_64.tar.gz
2929
ENV SWIFT_TAG=$SWIFT_TAG
3030

0 commit comments

Comments
 (0)