Alpine only symlinks the most recent PHP version (8.3) to the php package now in order and not older versions. As we probably want to keep setting the PHP version ourselves, the best way probably is to specify the php version in the CMD command and change it when updating PHP in the Dockerfile.
This fixes #58
Alpine only symlinks the most recent PHP version (8.3) to the php package now in order and not older versions. As we probably want to keep setting the PHP version ourselves, the best way probably is to specify the php version in the
CMD
command and change it when updating PHP in the Dockerfile.Awesome project btw!