:arrow_up: Upgrade to php 7.2 to fix #47
authormathieu.brunot <redacted>
Sat, 1 Jun 2019 13:22:15 +0000 (15:22 +0200)
committermathieu.brunot <redacted>
Sat, 1 Jun 2019 13:22:15 +0000 (15:22 +0200)
README.md
php-apache/Dockerfile
php-fpm/Dockerfile

index f4a07116bf1314657352c76c46ddd241c5256fb2..30086dfe7d48630fcf5d03ff5df6c0f665e7848d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ For example, it may be used to increase the PHP memory limit (`memory_limit=128M
 ## Building a Docker image
 
 Use the `Dockerfile` in this repository to build your own Docker image.
-It pulls the latest build of Roundcube Webmail from the Github download page and builds it on top of a `php:7.1-apache` Docker image.
+It pulls the latest build of Roundcube Webmail from the Github download page and builds it on top of a `php:7.2-apache` Docker image.
 
 Build it from this directory with
 
index 7c97db33b5c931800bd4ad032c09604c738c314d..f199ce901f881ee6ee61155a4066f7f1e03c3206 100644 (file)
@@ -1,4 +1,4 @@
-FROM php:7.1-apache
+FROM php:7.2-apache
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
 
 RUN set -ex; \
index ab73e38ddbd632ae2ddd9af88a899a303868d4f1..12233e72ed8433af447ef8707a466e34c22540d1 100644 (file)
@@ -1,4 +1,4 @@
-FROM php:7.1-fpm
+FROM php:7.2-fpm
 LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
 
 RUN set -ex; \
git clone https://git.99rst.org/PROJECT