From 4d78dc73d86ecf68732157b63949967418ec5b61 Mon Sep 17 00:00:00 2001 From: CM Date: Sat, 28 Sep 2024 14:45:22 +0200 Subject: [PATCH] Push devcontainer version to php8.2 Signed-off-by: Christoph Mair --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bffdc8744..4ccc0b60b 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-php82:latest", "forwardPorts": [80], "containerEnv": { "NEXTCLOUD_AUTOINSTALL_APPS": "tables",