Skip to content
New issue

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

Wrong PHP version on php-nginx-dev:8.3-alpine #511

Open
tobias-trozowski opened this issue Feb 6, 2024 · 1 comment
Open

Wrong PHP version on php-nginx-dev:8.3-alpine #511

tobias-trozowski opened this issue Feb 6, 2024 · 1 comment

Comments

@tobias-trozowski
Copy link

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:

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

Actual Result:

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
@Kanti
Copy link

Kanti commented Feb 22, 2024

@tobias-trozowski it looks like this issue is fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants