From b5f968e156ef3bbe523025ee1cb1a9298f7d556e Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 12 Sep 2025 20:29:25 +0200 Subject: [PATCH] chore: Update devcontainers --- .devcontainer/devcontainer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" } },