summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-08-27 10:38:19 +0000
committerGitHub <noreply@github.com>2021-08-27 10:38:19 +0000
commit25a19158fcdfc401dd93fbd8bf9b623555cc3165 (patch)
treec227ce1633a2911b372d9de6b8c75ac01d77892b /Dockerfile-debian.template
parent57a0401c748b1210e3abc2cdff5ff90de27c39e5 (diff)
Update to Bullseye (#1562)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 5d0a4812..7257d876 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -1,4 +1,4 @@
-FROM php:%%PHP_VERSION%%-%%VARIANT%%-buster
+FROM php:%%PHP_VERSION%%-%%VARIANT%%-bullseye
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \