File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ RUN apt-get -q update && \
22
22
23
23
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
24
24
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
27
27
28
28
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
29
29
SWIFT_BRANCH=$SWIFT_BRANCH \
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
22
22
23
23
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
24
24
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
27
27
28
28
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
29
29
SWIFT_BRANCH=$SWIFT_BRANCH \
You can’t perform that action at this time.
0 commit comments