summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
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 ace5fdfc..861d9dc9 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 e6e8e710..985e4949 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 aff6fe01..c1d4b44a 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 \