Stop supporting PHP 7.3 (#430)

It is unmaintained
This commit is contained in:
Pierre Rudloff 2023-03-21 19:54:58 +01:00
parent 7bfe55fff6
commit b52a582539
No known key found for this signature in database
4 changed files with 17 additions and 18 deletions

View file

@ -1,7 +1,6 @@
FROM php:7.3-apache
FROM php:7.4-apache
RUN apt-get update
RUN apt-get install -y libicu-dev xz-utils git python libgmp-dev unzip ffmpeg
RUN docker-php-ext-install mbstring
RUN docker-php-ext-install intl
RUN docker-php-ext-install gmp
RUN a2enmod rewrite