summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--14.0/apache/Dockerfile2
-rw-r--r--14.0/fpm/Dockerfile2
-rw-r--r--15.0/apache/Dockerfile2
-rw-r--r--15.0/fpm/Dockerfile2
-rw-r--r--16.0/apache/Dockerfile2
-rw-r--r--16.0/fpm/Dockerfile2
-rw-r--r--Dockerfile-debian.template2
7 files changed, 7 insertions, 7 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index d2a1c33d..584a6084 100644
--- a/14.0/apache/Dockerfile
+++ b/14.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.2-apache-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index 5d69fbc4..36f849a6 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.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.2-fpm-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/15.0/apache/Dockerfile b/15.0/apache/Dockerfile
index 6482a650..19cb304c 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.3-apache-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
diff --git a/15.0/fpm/Dockerfile b/15.0/fpm/Dockerfile
index 21a0236a..0ed732fb 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.3-fpm-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \
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; \
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index e31550a4..3e1beb0b 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -1,4 +1,4 @@
-FROM php:%%PHP_VERSION%%-%%VARIANT%%-stretch
+FROM php:%%PHP_VERSION%%-%%VARIANT%%-buster
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \