sprintcube / docker-compose-lamp

A basic LAMP stack environment built using Docker Compose.
MIT License
2.54k stars 1.39k forks source link

[BUG] Why php 8.1.2 when installed 8.3? #272

Open artemsites opened 2 months ago

artemsites commented 2 months ago

image

Guslbr commented 2 months ago

Happens here too, no matter which PHP version I pick, php -v and phpinfo() from a script always tell me it's 8.1.20. I tried running dev_build_container.sh as well (the README doesn't provide any information on this shell script), but nothing changes.