Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit e9fa83b

Browse files
Merge pull request #13 from Andrea-Scuderi/feature/swift_5_2_3
Update to Swift 5.2.3
2 parents 8c77bd7 + 5b4dc5d commit e9fa83b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SWIFT_VERSION?=5.2.1
1+
SWIFT_VERSION?=5.2.3
22

33
DOCKER_TAG=nio-swift:$(SWIFT_VERSION)
44
SWIFT_DOCKER_IMAGE=$(DOCKER_TAG)
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.2.1 as builder
1+
FROM swift:5.2.3 as builder
22

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

0 commit comments

Comments
 (0)