Skip to content

Commit 2b9aa95

Browse files
committed
updating to current default PHP image
1 parent 4fa5aed commit 2b9aa95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/setting-up-your-php-project-for-codespaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The default development container, or "dev container," for {% data variables.pro
5050
{
5151
"name": "PHP",
5252
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
53-
"image": "mcr.microsoft.com/devcontainers/php:1-8.2-bullseye",
53+
"image": "mcr.microsoft.com/devcontainers/php:3-8.5-trixie",
5454

5555
// Features to add to the dev container. More info: https://containers.dev/features.
5656
// "features": {},
@@ -129,7 +129,7 @@ With your dev container configuration added and a basic understanding of what ev
129129
{
130130
"name": "PHP",
131131
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
132-
"image": "mcr.microsoft.com/devcontainers/php:1-8.2-bullseye",
132+
"image": "mcr.microsoft.com/devcontainers/php:3-8.5-trixie",
133133

134134
// Configure tool-specific properties.
135135
"customizations": {

0 commit comments

Comments
 (0)