From 585fc2626c16150f4cfa46da1ca85cc0166e1e17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:03:27 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/go docker tag to v1.25 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 02d5b7f..95ddb92 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "aws-creds-oidc-dev", - "image": "mcr.microsoft.com/devcontainers/go:1.24", + "image": "mcr.microsoft.com/devcontainers/go:1.25", "features": { "ghcr.io/devcontainers/features/aws-cli:1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {},