From fc85215ea38461258aad9fbaa937f0639ebd6ea2 Mon Sep 17 00:00:00 2001 From: Shady Sharaf Date: Wed, 15 Jun 2022 08:27:17 +0300 Subject: [PATCH] Consistent version constraint for PHP container --- templates/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*" } },