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 @@ -24,8 +24,8 @@ RUN apt-get -q update && \
24
24
25
25
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
26
26
ARG SWIFT_PLATFORM=ubuntu16.04
27
- ARG SWIFT_BRANCH=swift-4.2.3 -release
28
- ARG SWIFT_VERSION=swift-4.2.3 -RELEASE
27
+ ARG SWIFT_BRANCH=swift-4.2.4 -release
28
+ ARG SWIFT_VERSION=swift-4.2.4 -RELEASE
29
29
30
30
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
31
31
SWIFT_BRANCH=$SWIFT_BRANCH \
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
24
24
25
25
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
26
26
ARG SWIFT_PLATFORM=ubuntu18.04
27
- ARG SWIFT_BRANCH=swift-4.2.3 -release
28
- ARG SWIFT_VERSION=swift-4.2.3 -RELEASE
27
+ ARG SWIFT_BRANCH=swift-4.2.4 -release
28
+ ARG SWIFT_VERSION=swift-4.2.4 -RELEASE
29
29
30
30
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
31
31
SWIFT_BRANCH=$SWIFT_BRANCH \
You can’t perform that action at this time.
0 commit comments