Skip to content

Commit

Permalink
chore: update dev container feature version (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato authored Oct 23, 2024
1 parent a526aca commit ed20f93
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"remoteUser": "codespace",
"containerUser": "codespace",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"ghcr.io/devcontainers/features/common-utils:2.5.2": {
"username": "codespace",
"userUid": "1000",
"userGid": "1000"
Expand All @@ -18,26 +18,26 @@
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/git:1": {
"ghcr.io/devcontainers/features/git:1.3.2": {
"version": "latest",
"ppa": "false"
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"ghcr.io/devcontainers/features/git-lfs:1.2.3": {
"version": "latest"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"ghcr.io/devcontainers/features/github-cli:1.0.13": {
"version": "latest"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1.2.0": {
"version": "latest"
},
"ghcr.io/devcontainers/features/go:1": {
"ghcr.io/devcontainers/features/go:1.3.1": {
"version": "1.22.5"
},
"ghcr.io/devcontainers/features/node:1": {
"ghcr.io/devcontainers/features/node:1.6.1": {
"version": "18.20.3"
},
"./local-features/setup-user": "latest"
Expand Down

0 comments on commit ed20f93

Please sign in to comment.