Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Examples:

> <sup>(*)</sup>: The latest stable version.<br>
> <sup>(1)</sup>: PHP with RoadRunner server. The `roadrunner` variant supports PHP >= 8.0.<br>
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP 8.2 and 8.3.<br>
> <sup>(2)</sup>: FrankenPHP is still in BETA. The `frankenphp` variant supports PHP >= 8.2.<br>
> <sup>(3)</sup>: PHP with Nginx Unit server. The `unit-php` variant supports PHP >= 7.4.

Explore all available tags on our [Docker Hub](https://hub.docker.com/r/shinsenter/php/tags).
Expand Down
1 change: 0 additions & 1 deletion build/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ with-unit)
;;
with-f8p)
verlt "$PHP_VERSION" "8.2" && SKIP_BUILD=1
verlte "8.4" "$PHP_VERSION" && SKIP_BUILD=1
PREFIX="frankenphp"
BUILD_NAME="$DEFAULT_REPO/frankenphp"
BUILD_SOURCE_IMAGE="dunglas/frankenphp:1-php$PHP_VERSION$SUFFIX"
Expand Down