From eb204541f9c58c249b6a68e1cf6976057838a50d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Dec 2024 00:56:56 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.23 (#688) Reviewed-on: https://gitea.com/gitea/tea/pulls/688 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 47d0429..ae450b6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Tea DevContainer", - "image": "mcr.microsoft.com/devcontainers/go:1.22-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.23-bullseye", "features": { "ghcr.io/devcontainers/features/git-lfs:1.2.3": {} },