Update Dockerfile

This commit is contained in:
Adrien le Maire 2021-02-03 12:15:04 +00:00
parent 0c3fe2f6aa
commit e86ad4ffba

View File

@ -1,4 +1,4 @@
FROM php:7.3-apache
FROM php:7.4.14-apache-buster
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
RUN set -ex; \