We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2546c08 commit 43fca4aCopy full SHA for 43fca4a
Makefile
@@ -14,8 +14,8 @@
14
15
# Use this tag to build a customized local image
16
17
-SWIFT_VERSION?=5.1.4
18
-LAYER_VERSION?=5-1-4
+SWIFT_VERSION?=5.1.5
+LAYER_VERSION?=5-1-5
19
20
DOCKER_TAG=nio-swift:$(SWIFT_VERSION)
21
SWIFT_DOCKER_IMAGE=$(DOCKER_TAG)
docker/5.1.4/Dockerfile renamed to docker/5.1.5/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM swift:5.1.4 as builder
+FROM swift:5.1.5 as builder
2
3
RUN apt-get -qq update && apt-get -q -y install \
4
libssl-dev libicu-dev
docker/5.1.4/swift-shared-libraries.txt renamed to docker/5.1.5/swift-shared-libraries.txt
0 commit comments