From c9689c5c0f8c929747e5a877d3dd18ba04d87b17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 08:01:25 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/php Docker tag to v2 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 88d75e625..85daa62ab 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ { "name": "PHP", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile - "image": "mcr.microsoft.com/devcontainers/php:1-8.4-bullseye", + "image": "mcr.microsoft.com/devcontainers/php:2-8.4-bullseye", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},