File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.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
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 @@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
13
13
14
14
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
15
15
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
18
18
19
19
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
20
20
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.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
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 @@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
13
13
14
14
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
15
15
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
18
18
19
19
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
20
20
SWIFT_BRANCH=$SWIFT_BRANCH \
You can’t perform that action at this time.
0 commit comments