Skip to content

Commit 4e4468b

Browse files
authored
Merge pull request #156 from apple/shahmishal/swift-5.1.4
[5.1.4] Update the Dockerfiles to use new 5.1.4 release
2 parents 4fdc8d4 + 4e3c8a4 commit 4e4468b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.3-release
30-
ARG SWIFT_VERSION=swift-5.1.3-RELEASE
29+
ARG SWIFT_BRANCH=swift-5.1.4-release
30+
ARG SWIFT_VERSION=swift-5.1.4-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.3-release
21-
ARG SWIFT_VERSION=swift-5.1.3-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.1.4-release
21+
ARG SWIFT_VERSION=swift-5.1.4-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.3-release
30-
ARG SWIFT_VERSION=swift-5.1.3-RELEASE
29+
ARG SWIFT_BRANCH=swift-5.1.4-release
30+
ARG SWIFT_VERSION=swift-5.1.4-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.3-release
21-
ARG SWIFT_VERSION=swift-5.1.3-RELEASE
20+
ARG SWIFT_BRANCH=swift-5.1.4-release
21+
ARG SWIFT_VERSION=swift-5.1.4-RELEASE
2222
ARG SWIFT_WEBROOT=https://swift.org/builds/
2323

2424
ENV SWIFT_SIGNING_KEY=$SWIFT_SIGNING_KEY \

0 commit comments

Comments
 (0)