Tags give the ability to mark specific points in history as being important
-
v2.2.0
protected27875ab7 · ·- Separate configuration for CLI SAPI and FPM SAPI; this is specifically needed for configuration such as disable_functions, where certain functions need to be disabled in FPM SAPI for security reasons, but it does not make any sense to disable them in CLI mode (e.g. `escapeshellcmd`)
-
v2.0.4
protectedfe6d153a · ·- Upgrade to PHP 8.1.2 and 8.0.15 - Improve healthcheck script to also allow for testing open ports, for a potential use in downstream packages - Drop VOLUME from Dockerfiles as they create confusion in downstream packages and are not really necessary - Drop unused LOG_LEVEL environment variable