diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f250e5682..842d338e7a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } },