Update php version (#1083)

Version 7.4 no longer works when running docker-compose/setup.sh. Updated to 8.1 in Dockerfile. Issue is now resolved and Crater sets up as expected without version conflicts.
This commit is contained in:
Neil Clack
2022-11-03 08:59:16 -05:00
committed by GitHub
parent bc8f2cd484
commit 889d22d92c

View File

@ -1,4 +1,4 @@
FROM php:7.4-fpm
FROM php:8.1-fpm
# Arguments defined in docker-compose.yml
ARG user