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, 6 insertions, 3 deletions
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 6fb2f0df..cf64a185 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.2-apache-stretch
+FROM php:7.3-apache-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,6 +35,7 @@ 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 2f69a09b..457a9006 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.2-fpm-alpine3.9
+FROM php:7.3-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -26,6 +26,7 @@ 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 9334e15d..5d947088 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.2-fpm-stretch
+FROM php:7.3-fpm-stretch
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
@@ -35,6 +35,7 @@ RUN set -ex; \
libpq-dev \
libxml2-dev \
libmagickwand-dev \
+ libzip-dev \
; \
\
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \