Skip to content

Commit ce0a24c

Browse files
authored
Revert Swift docker images to version 5.5.3 (#210)
1 parent 4059fe8 commit ce0a24c

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.0-amazonlinux2
2+
FROM swift:5.5.3-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.0-centos7
2+
FROM swift:5.5.3-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.0-focal
2+
FROM swift:5.5.3-focal
33

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

0 commit comments

Comments
 (0)