Skip to content

Commit

Permalink
fix: unspecified UID/GID
Browse files Browse the repository at this point in the history
Ubuntu 23.04 or later, already added non-root user
  • Loading branch information
kphrx committed Sep 26, 2024
1 parent 0b48986 commit 05b2615
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions templates/nightly/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"userUid": "1000",
"userGid": "1000",
"upgradePackages": "true"
},
"ghcr.io/kphrx/swift-devcontainer-feature/swift-format:1": {
Expand Down
2 changes: 0 additions & 2 deletions templates/stable/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"userUid": "1000",
"userGid": "1000",
"upgradePackages": "true"
},
"ghcr.io/kphrx/swift-devcontainer-feature/swift-format:1": {}
Expand Down

0 comments on commit 05b2615

Please sign in to comment.