Skip to content

Commit aca6989

Browse files
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: bump devcontainer to go 1.25 (go-gitea#35404)
2 parents 4937f49 + 879b896 commit aca6989

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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
},

0 commit comments

Comments
 (0)