diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 37bc897..081b8ac 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/php { "name": "PHP", - "image": "mcr.microsoft.com/devcontainers/php:1-7.4-bullseye", + "image": "mcr.microsoft.com/devcontainers/php:7.4-bullseye", "features": { "ghcr.io/devcontainers/features/git:1": {} },