Skip to content

Commit c5331ff

Browse files
committed
update to Swift 5.9.2
1 parent 9ce4652 commit c5331ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/docker-images/swift-5-al2-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/swift
2-
FROM swift:5.7.3-amazonlinux2
2+
FROM swift:5.9.2-amazonlinux2
33

44
###############################################################################
55
# Install prereqs

.github/docker-images/swift-5-centos-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/swift
2-
FROM swift:5.7.3-centos7
2+
FROM swift:5.9.2-centos7
33

44
###############################################################################
55
# Install prereqs

.github/docker-images/swift-5-ubuntu-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/_/swift
2-
FROM swift:5.7.3-focal
2+
FROM swift:5.9.2-focal
33

44
###############################################################################
55
# Install prereqs

0 commit comments

Comments
 (0)