webdevops / Dockerfile

:package: Dockerfiles from WebDevOps for PHP, Apache and Nginx
https://webdevops.io/projects/dockerfiles/
MIT License
1.67k stars 493 forks source link

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

Open tobias-trozowski opened 9 months ago

tobias-trozowski commented 9 months ago

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 commented 8 months ago

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