From 6696e945c625c766039da6ca1a08b50bece228ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jun 2024 05:57:56 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.22 (#648) Reviewed-on: https://gitea.com/gitea/tea/pulls/648 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 74fa93d..6ad5ac9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Tea DevContainer", - "image": "mcr.microsoft.com/devcontainers/go:1.21-bullseye", + "image": "mcr.microsoft.com/devcontainers/go:1.22-bullseye", "features": { "ghcr.io/devcontainers/features/git-lfs:1.1.0": {} },