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
342 stars 245 forks source link

Add NGINX_DEBIAN_VERSION #69

Open dusta opened 11 months ago

dusta commented 11 months ago

The issue at hand revolves around ensuring the NGINX version is appropriately adjusted to match the requirements. It's crucial to be vigilant about the presence of a potentially unnoticed missing or outdated Debian version variable within the Dockerfile.

This variable is significant as it dictates the version of Debian under which NGINX will be installed.

Thus, double-checking and properly updating the Debian version variable is essential to avoid any inadvertent complications in the NGINX installation process.