Skip to content

Commit ee8be87

Browse files
committed
[Swift 5.0.3] Update the Dockerfiles to support new Swift
1 parent 585696c commit ee8be87

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.2-release
26-
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.3-release
26+
ARG SWIFT_VERSION=swift-5.0.3-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.2-release
17-
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
16+
ARG SWIFT_BRANCH=swift-5.0.3-release
17+
ARG SWIFT_VERSION=swift-5.0.3-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.2-release
26-
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.3-release
26+
ARG SWIFT_VERSION=swift-5.0.3-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.2-release
17-
ARG SWIFT_VERSION=swift-5.0.2-RELEASE
16+
ARG SWIFT_BRANCH=swift-5.0.3-release
17+
ARG SWIFT_VERSION=swift-5.0.3-RELEASE
1818

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

0 commit comments

Comments
 (0)