From b6ff8c491b8c930c0978986e0df384c3e6c5482c Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 08:18:01 +0000 Subject: [PATCH] fix(deps): update mcr.microsoft.com/devcontainers/python docker tag to v1.2.8 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ----- | | docker | mcr.microsoft.com/devcontainers/python | 1.1.12 | 1.2.8 | Signed-off-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com> --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9332c1e..6231b3e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,7 @@ "name": "GitHub Centralized Workflows", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/python:1.1.12-3.12-bookworm", + "image": "mcr.microsoft.com/devcontainers/python:1.2.8-3.12-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. "features": {