We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently switched our images to PHP 8.3 and noticed that a wrong PHP version was installed on webdevops/php-nginx-dev:8.3-alpine
webdevops/php-nginx-dev:8.3-alpine
docker run --rm -it webdevops/php-nginx-dev:8.3-alpine php -v
PHP 8.3.1 (cli) (built: Jan 11 2024 06:55:06) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.1, Copyright (c) Zend Technologies with Zend OPcache v8.3.1, Copyright (c), by Zend Technologies with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
PHP 8.2.14 (cli) (built: Dec 27 2023 23:59:27) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.14, Copyright (c) Zend Technologies with the ionCube PHP Loader v13.0.2, Copyright (c) 2002-2023, by ionCube Ltd. with Zend OPcache v8.2.14, Copyright (c), by Zend Technologies with Xdebug v3.3.1, Copyright (c) 2002-2023, by Derick Rethans
The text was updated successfully, but these errors were encountered:
@tobias-trozowski it looks like this issue is fixed now.
Sorry, something went wrong.
No branches or pull requests
Description
I recently switched our images to PHP 8.3 and noticed that a wrong PHP version was installed on
webdevops/php-nginx-dev:8.3-alpine
Steps to Reproduce:
docker run --rm -it webdevops/php-nginx-dev:8.3-alpine php -v
Expected Result:
Actual Result:
The text was updated successfully, but these errors were encountered: