summaryrefslogtreecommitdiffstats
path: root/15.0
diff options
context:
space:
mode:
Diffstat (limited to '15.0')
-rw-r--r--15.0/apache/Dockerfile3
-rw-r--r--15.0/fpm-alpine/Dockerfile3
-rw-r--r--15.0/fpm/Dockerfile3
3 files changed, 3 insertions, 6 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 5fad6022..09e87842 100644
--- a/15.0/apache/Dockerfile
+++ b/15.0/apache/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.3-apache-stretch
+FROM php:7.2-apache-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,7 +35,6 @@ RUN set -ex; \
libpq-dev \
libxml2-dev \
libmagickwand-dev \
- libzip-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index cdc04ec2..1e5b23fa 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.3-fpm-alpine3.8
+FROM php:7.2-fpm-alpine3.8
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -26,7 +26,6 @@ RUN set -ex; \
libpng-dev \
libmemcached-dev \
libxml2-dev \
- libzip-dev \
openldap-dev \
pcre-dev \
postgresql-dev \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 59877ab2..0e6ffcd1 100644
--- a/15.0/fpm/Dockerfile
+++ b/15.0/fpm/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
-FROM php:7.3-fpm-stretch
+FROM php:7.2-fpm-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,7 +35,6 @@ RUN set -ex; \
libpq-dev \
libxml2-dev \
libmagickwand-dev \
- libzip-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \