Merge pull request #48 from Monogramm/fix/php-version
Upgrade to php 7.2
This commit is contained in:
commit
f5ca197653
@ -74,7 +74,7 @@ For example, it may be used to increase the PHP memory limit (`memory_limit=128M
|
|||||||
## Building a Docker image
|
## Building a Docker image
|
||||||
|
|
||||||
Use the `Dockerfile` in this repository to build your own 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
|
Build it from this directory with
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM php:7.1-apache
|
FROM php:7.2-apache
|
||||||
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM php:7.1-fpm
|
FROM php:7.2-fpm
|
||||||
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
LABEL maintainer="Thomas Bruederli <thomas@roundcube.net>"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user