Skip to content

Commit

Permalink
Update Dockerfile to Swift 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Oct 14, 2024
1 parent 3c5da32 commit dbe6e0b
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=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 \
Expand Down

0 comments on commit dbe6e0b

Please sign in to comment.