From 74ab83ed05ef29d59af7fb58a5ff1862d72613c0 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Wed, 15 Nov 2023 15:40:04 -0800 Subject: [PATCH] Update Swift from 5.5 to 5.7 (#262) --- .github/docker-images/swift-5-al2-x64/Dockerfile | 2 +- .github/docker-images/swift-5-centos-x64/Dockerfile | 2 +- .github/docker-images/swift-5-ubuntu-x64/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/docker-images/swift-5-al2-x64/Dockerfile b/.github/docker-images/swift-5-al2-x64/Dockerfile index 358703228..26cae9dde 100644 --- a/.github/docker-images/swift-5-al2-x64/Dockerfile +++ b/.github/docker-images/swift-5-al2-x64/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/swift -FROM swift:5.5.3-amazonlinux2 +FROM swift:5.7.3-amazonlinux2 ############################################################################### # Install prereqs diff --git a/.github/docker-images/swift-5-centos-x64/Dockerfile b/.github/docker-images/swift-5-centos-x64/Dockerfile index f5df6b64f..34063a068 100644 --- a/.github/docker-images/swift-5-centos-x64/Dockerfile +++ b/.github/docker-images/swift-5-centos-x64/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/swift -FROM swift:5.5.3-centos7 +FROM swift:5.7.3-centos7 ############################################################################### # Install prereqs diff --git a/.github/docker-images/swift-5-ubuntu-x64/Dockerfile b/.github/docker-images/swift-5-ubuntu-x64/Dockerfile index 8b03f5b71..45b2317af 100644 --- a/.github/docker-images/swift-5-ubuntu-x64/Dockerfile +++ b/.github/docker-images/swift-5-ubuntu-x64/Dockerfile @@ -1,5 +1,5 @@ # https://hub.docker.com/_/swift -FROM swift:5.5.3-focal +FROM swift:5.7.3-focal ############################################################################### # Install prereqs