Sure, publish the docker files and update the php version:
Feb 10, 2023
2
Level 2
Example-app doesn't run in docker
I tried following the steps in the Installation page of Laravel docs. The docker container starts up but composer install results in the following error:
Problem 1 - Root composer.json requires php ^8.1.0 but your php version (8.0.19) does not satisfy that requirement.
It appears the container provided doesn't satisfy the requirements of the dependencies... Is there a way to fix this so the container has the latest PHP version?
Please or to participate in this conversation.