Skip to content

Commit

Permalink
Update Swift version to 6.0 in devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Oct 12, 2024
1 parent 22f9291 commit 8fc8121
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Swift",
"image": "swift:6.0.1",
"image": "swift:6.0",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "false",
Expand All @@ -12,8 +12,7 @@
"ghcr.io/devcontainers/features/git:1": {
"version": "os-provided",
"ppa": "false"
},
"ghcr.io/nikitakurpas/features/vapor-toolbox:1": {}
}
},
"runArgs": [
"--cap-add=SYS_PTRACE",
Expand All @@ -37,9 +36,6 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "swift --version",

// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}

0 comments on commit 8fc8121

Please sign in to comment.