|
1 | 1 | {
|
2 | 2 | "name": "Gitea DevContainer",
|
3 | | - "image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm", |
| 3 | + "image": "mcr.microsoft.com/devcontainers/go:1.25-trixie", |
4 | 4 | "containerEnv": {
|
5 | 5 | // override "local" from packaged version
|
6 | 6 | "GOTOOLCHAIN": "auto"
|
7 | 7 | },
|
8 | 8 | "features": {
|
9 | 9 | // installs nodejs into container
|
10 | 10 | "ghcr.io/devcontainers/features/node:1": {
|
11 | | - "version": "lts" |
| 11 | + "version": "latest" |
12 | 12 | },
|
13 | | - "ghcr.io/devcontainers/features/git-lfs:1.2.2": {}, |
| 13 | + "ghcr.io/devcontainers/features/git-lfs:1.2.5": {}, |
14 | 14 | "ghcr.io/jsburckhardt/devcontainer-features/uv:1": {},
|
15 | 15 | "ghcr.io/devcontainers/features/python:1": {
|
16 | | - "version": "3.12" |
| 16 | + "version": "3.13" |
17 | 17 | },
|
18 | 18 | "ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
|
19 | 19 | },
|
|
0 commit comments