Update Dockerfile (#347)

update to php 7.4 as 7.2 is nearing the end of its LTS
This commit is contained in:
Simon Smith
2020-08-16 17:09:08 +02:00
committed by GitHub
parent f92554c2a1
commit 4e297f63a8
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.2-apache
FROM php:7.4-apache
# Install extensions
RUN apt-get update && apt-get install -y \