From 97410216dffeb5e6c08037ba67404ec19981a14e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:18:32 +0000 Subject: [PATCH] chore(deps): 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": {},