Skip to content

Commit 0ed3407

Browse files
committed
[5.1.2] Update 5.1 Dockerfiles to 5.1.2 release
1 parent 233d29c commit 0ed3407

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

5.1/ubuntu/16.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2626
# uid Swift 5.x Release Signing Key <[email protected]
2727
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2828
ARG SWIFT_PLATFORM=ubuntu16.04
29-
ARG SWIFT_BRANCH=swift-5.1.1-release
30-
ARG SWIFT_VERSION=swift-5.1.1-RELEASE
29+
ARG SWIFT_BRANCH=swift-5.1.2-release
30+
ARG SWIFT_VERSION=swift-5.1.2-RELEASE
3131
ARG SWIFT_WEBROOT=https://swift.org/builds/
3232

3333
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.1/ubuntu/16.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=ubuntu16.04
20-
ARG SWIFT_BRANCH=swift-5.1.1-release
21-
ARG SWIFT_VERSION=swift-5.1.1-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.1.2-release
21+
ARG SWIFT_VERSION=swift-5.1.2-RELEASE
2222
ARG SWIFT_WEBROOT=https://swift.org/builds/
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.1/ubuntu/18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2626
# uid Swift 5.x Release Signing Key <[email protected]
2727
ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
2828
ARG SWIFT_PLATFORM=ubuntu18.04
29-
ARG SWIFT_BRANCH=swift-5.1.1-release
30-
ARG SWIFT_VERSION=swift-5.1.1-RELEASE
29+
ARG SWIFT_BRANCH=swift-5.1.2-release
30+
ARG SWIFT_VERSION=swift-5.1.2-RELEASE
3131
ARG SWIFT_WEBROOT=https://swift.org/builds/
3232

3333
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

5.1/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.1.1-release
21-
ARG SWIFT_VERSION=swift-5.1.1-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.1.2-release
21+
ARG SWIFT_VERSION=swift-5.1.2-RELEASE
2222
ARG SWIFT_WEBROOT=https://swift.org/builds/
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

PROJECT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ We support the latest stable version of Docker only.
2222
- This project will only support the latest two minor versions of the latest major version of Swift.
2323
- This project will only support the latest patch version of any major version.
2424

25-
Currently, we are supporting `5.1.1`, `5.0.3`, `4.2.4`, `4.1.3` and `4.0.3`.
25+
Currently, we are supporting `5.1.2`, `5.0.3`, `4.2.4`, `4.1.3` and `4.0.3`.

0 commit comments

Comments
 (0)