Skip to content

Commit 43fca4a

Browse files
Update to Swift 5.1.5
1 parent 2546c08 commit 43fca4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
# Use this tag to build a customized local image
1616

17-
SWIFT_VERSION?=5.1.4
18-
LAYER_VERSION?=5-1-4
17+
SWIFT_VERSION?=5.1.5
18+
LAYER_VERSION?=5-1-5
1919

2020
DOCKER_TAG=nio-swift:$(SWIFT_VERSION)
2121
SWIFT_DOCKER_IMAGE=$(DOCKER_TAG)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.1.4 as builder
1+
FROM swift:5.1.5 as builder
22

33
RUN apt-get -qq update && apt-get -q -y install \
44
libssl-dev libicu-dev

0 commit comments

Comments
 (0)