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 16:09:08 +01:00 committed by GitHub
parent f92554c2a1
commit 4e297f63a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \