From 2dc9315b53f5618b575b03a0d7f3e128b4cd7d6b Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Sun, 29 Sep 2024 10:39:43 +1000 Subject: [PATCH] Update Dockerfile to Swift 6.0.1 --- swift/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/Dockerfile b/swift/Dockerfile index 152773418041..2063788b749f 100644 --- a/swift/Dockerfile +++ b/swift/Dockerfile @@ -25,7 +25,7 @@ USER dependabot # https://www.swift.org/download/ # https://github.com/apple/swift-org-website/blob/main/_data/builds/swift_releases.yml -ARG SWIFT_VERSION=6.0 +ARG SWIFT_VERSION=6.0.1 ARG SWIFT_UBUNTU_VERSION=ubuntu22.04 RUN if [ "$TARGETARCH" = "arm64" ]; then SWIFT_UBUNTU_VERSION="${SWIFT_UBUNTU_VERSION}-aarch64"; fi \