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

Commit b356581

Browse files
Merge pull request #9 from Andrea-Scuderi/feature/Swift_5_1_5
Update to Swift 5.1.5
2 parents 35d3ab8 + a510463 commit b356581

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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)

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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)