Change docker to apache 7.4.

This commit is contained in:
2024-02-05 14:10:55 +01:00
parent 1c3ee2bf57
commit f13ee9a8a0

View File

@@ -1,4 +1,4 @@
FROM php:5.6-apache
FROM php:7.4-apache
RUN apt-get -y update && \
apt-get -y upgrade