Skip to content

Commit

Permalink
Update Swift from 5.5 to 5.7 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 15, 2023
1 parent 1ed6997 commit 74ab83e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/docker-images/swift-5-al2-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/swift
FROM swift:5.5.3-amazonlinux2
FROM swift:5.7.3-amazonlinux2

###############################################################################
# Install prereqs
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/swift-5-centos-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/swift
FROM swift:5.5.3-centos7
FROM swift:5.7.3-centos7

###############################################################################
# Install prereqs
Expand Down
2 changes: 1 addition & 1 deletion .github/docker-images/swift-5-ubuntu-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/swift
FROM swift:5.5.3-focal
FROM swift:5.7.3-focal

###############################################################################
# Install prereqs
Expand Down

0 comments on commit 74ab83e

Please sign in to comment.