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

Commit fbc45cc

Browse files
Merge pull request #11 from Andrea-Scuderi/feature/swift_5_1_5
Update to Swift 5.1.5
2 parents 6941e41 + 59253b0 commit fbc45cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.1.4
1+
FROM swift:5.1.5
22

33
# Or your actual UID, GID on Linux if not the default 1000
44
ARG USERNAME=vscode

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SWIFT_VERSION?=5.1.4
1+
SWIFT_VERSION?=5.1.5
22

33
DOCKER_TAG=nio-swift:$(SWIFT_VERSION)
44
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)