Skip to content

Commit

Permalink
Bump Swift version from 5.9 to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed Apr 9, 2024
1 parent a3dba8f commit 2f5e05c
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.9
ARG SWIFT_VERSION=5.10
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 2f5e05c

Please sign in to comment.