From a47ac265d24bd52141ac7e6d9fbd948c245598f4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Feb 2026 00:56:27 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v2 (#884) Reviewed-on: https://gitea.com/gitea/tea/pulls/884 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ca40f7..cf82368 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Tea DevContainer", - "image": "mcr.microsoft.com/devcontainers/go:1.25-trixie", + "image": "mcr.microsoft.com/devcontainers/go:2.0-trixie", "features": { "ghcr.io/devcontainers/features/git-lfs:1.2.5": {} },