Skip to content

Commit 0aafffe

Browse files
authored
Merge pull request #137 from apple/swift-5.0.1
Update Dockerfile to Swift 5.0.1
2 parents 6812f21 + 724a1d1 commit 0aafffe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-release
26-
ARG SWIFT_VERSION=swift-5.0-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.1-release
26+
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
2727

2828
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
2929
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-release
26-
ARG SWIFT_VERSION=swift-5.0-RELEASE
25+
ARG SWIFT_BRANCH=swift-5.0.1-release
26+
ARG SWIFT_VERSION=swift-5.0.1-RELEASE
2727

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

0 commit comments

Comments
 (0)