Skip to content

Commit 76ea7e9

Browse files
committed
Swift 4.2.4
1 parent 0d3ffbb commit 76ea7e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

4.2/ubuntu/16.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apt-get -q update && \
2424

2525
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
2626
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
2929

3030
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
3131
SWIFT_BRANCH=$SWIFT_BRANCH \

4.2/ubuntu/18.04/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
2424

2525
# Everything up to here should cache nicely between Swift versions, assuming dev dependencies change little
2626
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
2929

3030
ENV SWIFT_PLATFORM=$SWIFT_PLATFORM \
3131
SWIFT_BRANCH=$SWIFT_BRANCH \

0 commit comments

Comments
 (0)