wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
345 stars 249 forks source link

Make a docker tag for php 7.2 #4

Closed tmulry closed 6 years ago

tmulry commented 6 years ago

Please make a Docker tag for php72. This allows me to lock in my team to a specific version of extensions, nginx etc. Otherwise the dev who just joined the project ends up with a different php config from the dev who hasn't rebuilt his image in the past 4 months.

colinwilson commented 6 years ago

Just added a new php72 branch (via https://github.com/wyveo/nginx-php-fpm/commit/dc10461c880b2bbe437c0f662fd02a815e385b58) and triggered a Docker Hub build. The php72 tag should be available shortly.

Any issues let me know.