Skip to content

Commit 786a608

Browse files
committed
Update VS Code container
1 parent 1a5798b commit 786a608

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# [Choice] Swift version: 5.6-focal, 5.5, 5.4, 5.3, 5.2, 5.1, 4.2
2-
ARG VARIANT=5.8-jammy
2+
ARG VARIANT=6.0.3-jammy
33
FROM swift:${VARIANT}
44

55
# [Option] Install zsh

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dockerfile": "Dockerfile",
77
"args": {
88
// Update the VARIANT arg to pick a Swift version
9-
"VARIANT": "5.8-jammy",
9+
"VARIANT": "6.0.3-jammy",
1010
// Options
1111
"NODE_VERSION": "lts/*",
1212
"UPGRADE_PACKAGES": "true"

0 commit comments

Comments
 (0)