File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Gitea DevContainer" ,
3- "image" : " mcr.microsoft.com/devcontainers/go:1.24-bookworm " ,
3+ "image" : " mcr.microsoft.com/devcontainers/go:1.25-trixie " ,
44 "containerEnv" : {
55 // override "local" from packaged version
66 "GOTOOLCHAIN" : " auto"
77 },
88 "features" : {
99 // installs nodejs into container
1010 "ghcr.io/devcontainers/features/node:1" : {
11- "version" : " lts "
11+ "version" : " latest "
1212 },
13- "ghcr.io/devcontainers/features/git-lfs:1.2.2 " : {},
13+ "ghcr.io/devcontainers/features/git-lfs:1.2.5 " : {},
1414 "ghcr.io/jsburckhardt/devcontainer-features/uv:1" : {},
1515 "ghcr.io/devcontainers/features/python:1" : {
16- "version" : " 3.12 "
16+ "version" : " 3.13 "
1717 },
1818 "ghcr.io/warrenbuckley/codespace-features/sqlite:1" : {}
1919 },
You can’t perform that action at this time.
0 commit comments