diff --git a/templates/.devcontainer/devcontainer.json b/templates/.devcontainer/devcontainer.json index 66747cd..0c44937 100644 --- a/templates/.devcontainer/devcontainer.json +++ b/templates/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "PHP_VERSION": "8", + "PHP_VERSION": "8.0", "NODE_VERSION": "lts/*" } },