Skip to content

Commit

Permalink
Merge pull request #10666 from tonyarnold/patch-1
Browse files Browse the repository at this point in the history
Update Swift Dockerfile to use Swift 6.0.1
  • Loading branch information
randhircs authored Oct 18, 2024
2 parents c6c05f2 + 963b5ec commit 4d77f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=5.10
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 \
Expand Down

0 comments on commit 4d77f48

Please sign in to comment.