summaryrefslogtreecommitdiffstats
path: root/16.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-07-25 14:20:12 +0200
committerGitHub <noreply@github.com>2019-07-25 14:20:12 +0200
commit060cf0883ff12241081778714507e2823d84e629 (patch)
tree60e545e841ad09c147fdeedc69a178ae9e7ea2a9 /16.0
parent66c5d81dbd36f78b1c93d1219e20f54be8579b9d (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '16.0')
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/16.0/apache/Dockerfile b/16.0/apache/Dockerfile
index 30aa7fb8..7b05efef 100644
--- a/16.0/apache/Dockerfile
+++ b/16.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.3-apache-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/16.0/fpm/Dockerfile b/16.0/fpm/Dockerfile
index bf9b5828..624b3645 100644
--- a/16.0/fpm/Dockerfile
+++ b/16.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.3-fpm-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \