From 210b4a203341d692f17ab51e3cb568392290693c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 18 Jul 2024 22:13:38 +0200 Subject: [PATCH] chore: Update devcontainer image to PHP 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ca8aeb0d5..62029cbe7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/juliushaertl/nextcloud-dev-php80:latest", + "image": "ghcr.io/juliushaertl/nextcloud-dev-php81:latest", "forwardPorts": [80], "containerEnv": { "NEXTCLOUD_AUTOINSTALL_APPS": "deck",