Skip to content

Commit 585696c

Browse files
authored
Merge pull request #144 from apple/swift-5.0.2
Update Dockerfile to Swift 5.0.2
2 parents bdd1aba + 3f75dcd commit 585696c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

5.0/ubuntu/16.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN apt-get -q update && \
2222

2323
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
2424
ARG SWIFT_PLATFORM=ubuntu16.04
25-
ARG SWIFT_BRANCH=swift-5.0.1-release
26-
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.2-release
26+
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
2727

2828
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
2929
SWIFT_BRANCH=$SWIFT_BRANCH \

5.0/ubuntu/16.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1313

1414
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
1515
ARG SWIFT_PLATFORM=ubuntu16.04
16-
ARG SWIFT_BRANCH=swift-5.0.1-release
17-
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
16+
ARG SWIFT_BRANCH=swift-5.0.2-release
17+
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
1818

1919
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
2020
SWIFT_BRANCH=$SWIFT_BRANCH \

5.0/ubuntu/18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2222

2323
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
2424
ARG SWIFT_PLATFORM=ubuntu18.04
25-
ARG SWIFT_BRANCH=swift-5.0.1-release
26-
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.2-release
26+
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
2727

2828
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
2929
SWIFT_BRANCH=$SWIFT_BRANCH \

5.0/ubuntu/18.04/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
1313

1414
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
1515
ARG SWIFT_PLATFORM=ubuntu18.04
16-
ARG SWIFT_BRANCH=swift-5.0.1-release
17-
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
16+
ARG SWIFT_BRANCH=swift-5.0.2-release
17+
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
1818

1919
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
2020
SWIFT_BRANCH=$SWIFT_BRANCH \

0 commit comments

Comments
 (0)