summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-08 11:42:48 +0200
committerGitHub <noreply@github.com>2018-08-08 11:42:48 +0200
commite4b29de140a0d15cf7125f49ce926ec289713f2a (patch)
tree0483964739023950d4f8c7d220dbc42f8f4cb46c /13.0
parent1f67adcf94dd1c92b1e0643831c926a772415b6b (diff)
parentc79c5a888394161167f057e8dd0d3a2dc5affe1d (diff)
Merge pull request #416 from nextcloud/php-7.214.0.0beta2-fpm-alpine14.0.0beta2-fpm14.0.0beta2-apache14.0.0beta2
Switch to php 7.2 for nextcloud 13.0 and greater
Diffstat (limited to '13.0')
-rw-r--r--13.0/apache/Dockerfile3
-rw-r--r--13.0/fpm-alpine/Dockerfile3
-rw-r--r--13.0/fpm/Dockerfile3
3 files changed, 3 insertions, 6 deletions
diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile
index d1a37830..aa106088 100644
--- a/13.0/apache/Dockerfile
+++ b/13.0/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.1-apache-stretch
+FROM php:7.2-apache-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
- mcrypt \
opcache \
pcntl \
pdo_mysql \
diff --git a/13.0/fpm-alpine/Dockerfile b/13.0/fpm-alpine/Dockerfile
index 019b1e10..82358a98 100644
--- a/13.0/fpm-alpine/Dockerfile
+++ b/13.0/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.1-fpm-alpine3.7
+FROM php:7.2-fpm-alpine3.7
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -37,7 +37,6 @@ RUN set -ex; \
gd \
intl \
ldap \
- mcrypt \
opcache \
pcntl \
pdo_mysql \
diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile
index 107b5609..57d92230 100644
--- a/13.0/fpm/Dockerfile
+++ b/13.0/fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.1-fpm-stretch
+FROM php:7.2-fpm-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -43,7 +43,6 @@ RUN set -ex; \
gd \
intl \
ldap \
- mcrypt \
opcache \
pcntl \
pdo_mysql \