From 8571989b7bd57940b8b0c50794f221ac74135525 Mon Sep 17 00:00:00 2001 From: Andrew McIntosh Date: Sun, 13 Aug 2023 18:56:50 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dev=20image=20to?= =?UTF-8?q?=20bookworm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dad26e6..423a7a3 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:0-8.2", + "image": "mcr.microsoft.com/devcontainers/php:1-8.2-bookworm", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -24,7 +24,8 @@ "nodeGypDependencies": true, "version": "lts" }, - "ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {} + "ghcr.io/devcontainers-contrib/features/curl-apt-get:1": {}, + "ghcr.io/devcontainers-contrib/features/wget-apt-get:1": {} } // Use 'postCreateCommand' to run commands after the container is created.