chore: Update devcontainers

This commit is contained in:
Minecon724 2025-09-12 20:29:25 +02:00
commit b5f968e156
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189

View file

@ -1,13 +1,13 @@
{
"name": "Gitea DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.24-bullseye",
"name": "Forgejo DevContainer",
"image": "mcr.microsoft.com/devcontainers/go:1.25",
"features": {
// installs nodejs into container
"ghcr.io/devcontainers/features/node:1": {
"version": "22"
"ghcr.io/devcontainers/features/node": {
"version": "24"
},
"ghcr.io/devcontainers/features/git-lfs:1.2.5": {},
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
"ghcr.io/devcontainers/features/git-lfs": {},
"ghcr.io/warrenbuckley/codespace-features/sqlite": {}
},
"customizations": {
"vscode": {
@ -30,7 +30,7 @@
},
"portsAttributes": {
"3000": {
"label": "Gitea Web",
"label": "Forgejo Web",
"onAutoForward": "notify"
}
},