From 48512ae0ce792e49701e0e01b325f1a9af9885cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CPrathamesh?= <“prathameshzarkar9@github.com”> Date: Thu, 6 Jun 2024 19:49:25 +0000 Subject: [PATCH] 147 monthly task --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 86099c5..2852666 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:1-8.2", + "image": "mcr.microsoft.com/devcontainers/php:1-8.3", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {},