mautic/docker-mautic

Docker image for 4.4 still using PHP 7.1 instead of PHP 8.0

seljuck opened this issue · 6 comments

Is it possible to get the docker image updated to using PHP 8.0?

I think it will help ease the upgrade to Mautic 5.0 when it's released.

This project is almost dead, there is no possibility of using updated Mautic on Docker?

This project is almost dead, there is no possibility of using updated Mautic on Docker?
Is it dead that seems pretty out there it can’t be deployed on k8s. It might be a bit complicated but definitely should be able.

Pulling mautic/mautic:latest seems to be giving me v2.16.5, how do I upgrade it? PHP7.1 won't allow me to upgrade the Mautic version...

The current image (php:7.1-apache) has 314 Vulnerabilities reported on docker hub .

https://hub.docker.com/layers/library/php/7.1-apache/images/sha256-dde6d333e9e22fe0e455ed79cb1fb9d4be4b291a29be3a2407dd4a817fb957f7

Also, there is a PR since Aug 15, 2020 to upgrate it to php:7.3-apache, which is still a bit old and has vulnerabilities as well.

Another issue is that the Docker file is running with user "root" with a major secuirty concern.

Hi
Can we get together and fix this ?
#240