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 361e59f commit 879b896Copy full SHA for 879b896
1 file changed
.devcontainer/devcontainer.json
@@ -1,19 +1,19 @@
1
{
2
"name": "Gitea DevContainer",
3
- "image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
+ "image": "mcr.microsoft.com/devcontainers/go:1.25-trixie",
4
"containerEnv": {
5
// override "local" from packaged version
6
"GOTOOLCHAIN": "auto"
7
},
8
"features": {
9
// installs nodejs into container
10
"ghcr.io/devcontainers/features/node:1": {
11
- "version": "lts"
+ "version": "latest"
12
13
- "ghcr.io/devcontainers/features/git-lfs:1.2.2": {},
+ "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