TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.24 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.33k stars 721 forks source link

Tag by php version #150

Closed insign closed 7 months ago

insign commented 9 months ago

Can you automate tagging by php version? Because I would like to use latest but someday it will change to php 8.3 which can cause problems to who tested his projects in php 8.2

TrafeX commented 7 months ago

I'm following 'semantic versioning' to make sure you don't get any breaking changes when updating a minor version. So when the image gets updated to, for instance, PHP 8.3, a new minor version will be released. I currently have no plans to support multiple PHP versions.