Revert to PHP 7.4 due to incompatibilities with dependencies

This commit is contained in:
Glenn Y. Rolland 2022-04-13 15:23:29 +02:00
parent 667c98ea3c
commit de01e459f1

View file

@ -1,5 +1,5 @@
FROM php:8.0-apache-buster
# FROM php:7.4-apache-buster
# FROM php:8.0-apache-buster
FROM php:7.4-apache-buster
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
@ -48,5 +48,5 @@ RUN sed \
WORKDIR /var/www/html
CMD composer update && composer install && apache2-foreground
CMD composer install && apache2-foreground