From 74da8d24c6a99c98f211d4f55d707f10ee9a06cc Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 14:00:53 +0530 Subject: [PATCH] Upgrade PHP 8.4 --- src/php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/README.md b/src/php/README.md index a60c9136..3ed6c44f 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -7,7 +7,7 @@ Develop PHP based applications. Includes needed tools, extensions, and dependenc | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.2-bullseye | +| imageVariant | PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon): | string | 8.4-bookworm | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.