From d87f2063ff8eeff58cca2c97381392222e16b636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:58:16 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/php Docker tag to v4 | datasource | package | from | to | | ---------- | ----------------------------------- | ---- | -- | | docker | mcr.microsoft.com/devcontainers/php | 3 | 4 | Signed-off-by: renovate[bot] <29139614+renovate[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 f89bed7..1324f55 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:3-8.5-trixie", + "image": "mcr.microsoft.com/devcontainers/php:4-8.5-trixie", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},