summaryrefslogtreecommitdiffstats
path: root/13.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-07 18:57:12 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-07 20:52:49 +0200
commitc79c5a888394161167f057e8dd0d3a2dc5affe1d (patch)
treeba77d6587b1bb490465b66dc8c779980d4e35fa9 /13.0
parentbb4523958d7146da7bb8abd1db0dae2b7d74f2e9 (diff)
Run update.sh
Signed-off-by: Tilo Spannagel <development@tilosp.de>
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 \