You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a project based on Sylius and downloaded with Docker.
I have checked out on the 1.8 version (which support PHP 7.4) and, for some reasons, I need to upgrade my PHP version to 7.4.
Unfortunately, after changing and pulling the appropriated docker image, updating the version in the Dockerfile and run a docker-compose build, I still have issues because several parts of the Dockerfile are deprecated with this PHP version.
Does anyone know how to fix that?
The text was updated successfully, but these errors were encountered:
YaatSuka
changed the title
Docker upgrade to PHP 7.4
[Docker] Upgrade to PHP 7.4
Oct 27, 2020
Hello,
I'm currently working on a project based on Sylius and downloaded with Docker.
I have checked out on the 1.8 version (which support PHP 7.4) and, for some reasons, I need to upgrade my PHP version to 7.4.
Unfortunately, after changing and pulling the appropriated docker image, updating the version in the Dockerfile and run a
docker-compose build
, I still have issues because several parts of the Dockerfile are deprecated with this PHP version.Does anyone know how to fix that?
The text was updated successfully, but these errors were encountered: