Skip to content

Commit

Permalink
⬆️ Upgrade devcontainer feature versions (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrothaus authored Sep 30, 2023
1 parent 3084251 commit 48e41e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
},
"features": {
"ghcr.io/devcontainers/features/python:1.0.22": {},
"ghcr.io/devcontainers/features/node:1.2.0": {},
"ghcr.io/devcontainers/features/python:1.1.0": {},
"ghcr.io/devcontainers/features/node:1.3.0": {},
"ghcr.io/devcontainers/features/github-cli:1.0.10": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.1.0": {},
"ghcr.io/devcontainers/features/common-utils:2.0.8": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.5.0": {},
"ghcr.io/devcontainers/features/common-utils:2.1.2": {},
"ghcr.io/lukewiwa/features/shellcheck:0.2.3": {}

},
Expand Down

0 comments on commit 48e41e0

Please sign in to comment.