From 2b9aa9522e005d6ca3c6d4fe76332ab6cf502d06 Mon Sep 17 00:00:00 2001 From: "Garrett W." Date: Sat, 27 Jun 2026 20:57:20 +0000 Subject: [PATCH] updating to current default PHP image --- .../setting-up-your-php-project-for-codespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md b/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md index e97b6d72a3e5..b3cf512100d3 100644 --- a/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md +++ b/content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md @@ -50,7 +50,7 @@ The default development container, or "dev container," for {% data variables.pro { "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-bullseye", + "image": "mcr.microsoft.com/devcontainers/php:3-8.5-trixie", // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, @@ -129,7 +129,7 @@ With your dev container configuration added and a basic understanding of what ev { "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-bullseye", + "image": "mcr.microsoft.com/devcontainers/php:3-8.5-trixie", // Configure tool-specific properties. "customizations": {