Skip to content

Commit

Permalink
Bump Swift docker image to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Aug 22, 2023
1 parent 9c67417 commit b7df98a
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/
ARG SWIFT_VERSION=5.8.1
ARG SWIFT_UBUNTU_VERSION=ubuntu20.04
ARG SWIFT_UBUNTU_VERSION=ubuntu22.04

RUN if [ "$TARGETARCH" = "arm64" ]; then SWIFT_UBUNTU_VERSION="${SWIFT_UBUNTU_VERSION}-aarch64"; fi \
&& SWIFT_SHORT_UBUNTU_VERSION=$(echo $SWIFT_UBUNTU_VERSION | tr -d .) \
Expand Down

0 comments on commit b7df98a

Please sign in to comment.