We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615dcd8 commit 05a666eCopy full SHA for 05a666e
.devcontainer/devcontainer.json
@@ -8,12 +8,12 @@
8
"features": {
9
// installs nodejs into container
10
"ghcr.io/devcontainers/features/node:1": {
11
- "version": "lts"
+ "version": "24"
12
},
13
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {},
14
"ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
15
"ghcr.io/devcontainers/features/python:1": {
16
- "version": "3.12"
+ "version": "3.13"
17
18
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
19
0 commit comments