Skip to content

Commit f53cb8e

Browse files
authored
Update the Swift 5.7 Dockerfiles to 5.7.3 (#323)
1 parent 7779f0f commit f53cb8e

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

5.7/amazonlinux/2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN yum -y install \
2828
# uid Swift 5.x Release Signing Key <[email protected]
2929
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3030
ARG SWIFT_PLATFORM=amazonlinux2
31-
ARG SWIFT_BRANCH=swift-5.7.2-release
32-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
31+
ARG SWIFT_BRANCH=swift-5.7.3-release
32+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
3333
ARG SWIFT_WEBROOT=https://download.swift.org
3434

3535
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/amazonlinux/2/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
99
# uid Swift 5.x Release Signing Key <[email protected]
1010
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1111
ARG SWIFT_PLATFORM=amazonlinux2
12-
ARG SWIFT_BRANCH=swift-5.7.2-release
13-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
12+
ARG SWIFT_BRANCH=swift-5.7.3-release
13+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
1414
ARG SWIFT_WEBROOT=https://download.swift.org
1515

1616
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/centos/7/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN sed -i -e 's/\*__block/\*__libc_block/g' /usr/include/unistd.h
2929
# uid Swift 5.x Release Signing Key <[email protected]
3030
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3131
ARG SWIFT_PLATFORM=centos7
32-
ARG SWIFT_BRANCH=swift-5.7.2-release
33-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
32+
ARG SWIFT_BRANCH=swift-5.7.3-release
33+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
3434
ARG SWIFT_WEBROOT=https://download.swift.org
3535

3636
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/centos/7/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LABEL description="Docker Container for the Swift programming language"
99
# uid Swift 5.x Release Signing Key <[email protected]
1010
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1111
ARG SWIFT_PLATFORM=centos7
12-
ARG SWIFT_BRANCH=swift-5.7.2-release
13-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
12+
ARG SWIFT_BRANCH=swift-5.7.3-release
13+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
1414
ARG SWIFT_WEBROOT=https://download.swift.org
1515

1616
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2828
# uid Swift 5.x Release Signing Key <[email protected]
2929
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3030
ARG SWIFT_PLATFORM=ubuntu18.04
31-
ARG SWIFT_BRANCH=swift-5.7.2-release
32-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
31+
ARG SWIFT_BRANCH=swift-5.7.3-release
32+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
3333
ARG SWIFT_WEBROOT=https://download.swift.org
3434

3535
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/18.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1717
# uid Swift 5.x Release Signing Key <[email protected]
1818
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1919
ARG SWIFT_PLATFORM=ubuntu18.04
20-
ARG SWIFT_BRANCH=swift-5.7.2-release
21-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.7.3-release
21+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
2222
ARG SWIFT_WEBROOT=https://download.swift.org
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/20.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2929
# uid Swift 5.x Release Signing Key <[email protected]
3030
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3131
ARG SWIFT_PLATFORM=ubuntu20.04
32-
ARG SWIFT_BRANCH=swift-5.7.2-release
33-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
32+
ARG SWIFT_BRANCH=swift-5.7.3-release
33+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
3434
ARG SWIFT_WEBROOT=https://download.swift.org
3535

3636
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/20.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1616
# uid Swift 5.x Release Signing Key <[email protected]
1717
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1818
ARG SWIFT_PLATFORM=ubuntu20.04
19-
ARG SWIFT_BRANCH=swift-5.7.2-release
20-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
19+
ARG SWIFT_BRANCH=swift-5.7.3-release
20+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
2121
ARG SWIFT_WEBROOT=https://download.swift.org
2222

2323
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/22.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2929
# uid Swift 5.x Release Signing Key <[email protected]
3030
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
3131
ARG SWIFT_PLATFORM=ubuntu22.04
32-
ARG SWIFT_BRANCH=swift-5.7.2-release
33-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
32+
ARG SWIFT_BRANCH=swift-5.7.3-release
33+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
3434
ARG SWIFT_WEBROOT=https://download.swift.org
3535

3636
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.7/ubuntu/22.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1616
# uid Swift 5.x Release Signing Key <[email protected]
1717
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
1818
ARG SWIFT_PLATFORM=ubuntu22.04
19-
ARG SWIFT_BRANCH=swift-5.7.2-release
20-
ARG SWIFT_VERSION=swift-5.7.2-RELEASE
19+
ARG SWIFT_BRANCH=swift-5.7.3-release
20+
ARG SWIFT_VERSION=swift-5.7.3-RELEASE
2121
ARG SWIFT_WEBROOT=https://download.swift.org
2222

2323
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

0 commit comments

Comments
 (0)