Skip to content

Commit

Permalink
Update Swift version to 5.7 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Nov 2, 2022
1 parent fe5786b commit 20d8da0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/docker-images/swift-5-al2-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#https://github.com/apple/swift-docker/blob/d3a19f47844d7d4d0dab0b59153da1f1596543b6/5.5/amazonlinux/2/Dockerfile
FROM swift:5.5.3-amazonlinux2
# https://hub.docker.com/_/swift
FROM swift:5.7.0-amazonlinux2

###############################################################################
# Install prereqs
Expand Down
4 changes: 2 additions & 2 deletions .github/docker-images/swift-5-centos-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#https://github.com/apple/swift-docker/blob/d3a19f47844d7d4d0dab0b59153da1f1596543b6/5.5/centos/7/Dockerfile
FROM swift:5.5.3-centos7
# https://hub.docker.com/_/swift
FROM swift:5.7.0-centos7

###############################################################################
# Install prereqs
Expand Down
6 changes: 3 additions & 3 deletions .github/docker-images/swift-5-ubuntu-x64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://github.com/apple/swift-docker/blob/d3a19f47844d7d4d0dab0b59153da1f1596543b6/5.5/ubuntu/16.04/Dockerfile
FROM swift:5.5.3-focal
# https://hub.docker.com/_/swift
FROM swift:5.7.0-focal

###############################################################################
# Install prereqs
Expand All @@ -23,7 +23,7 @@ RUN apt-get update -qq \
###############################################################################
# Add the corretto repo and public key and install corretto
###############################################################################
RUN wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -
RUN wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -
RUN sudo add-apt-repository 'deb https://apt.corretto.aws stable main'
RUN apt-get -y install java-11-amazon-corretto-jdk

Expand Down

0 comments on commit 20d8da0

Please sign in to comment.