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": {},