summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2022-06-30 13:04:35 +0000
committerGitHub <noreply@github.com>2022-06-30 13:04:35 +0000
commit3df4ad5737e14e1108488b9d38bb2352cdb65116 (patch)
treefa5c9af41be9a9b1e560f4239d32a5e42f35003d /Dockerfile-alpine.template
parent0eda450eb9b5088c7f2452dfd3e2a7554076bb49 (diff)
Alpine 3.16 (#1779)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 5c2ca13a..ba325164 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -1,4 +1,4 @@
-FROM php:%%PHP_VERSION%%-%%VARIANT%%3.15
+FROM php:%%PHP_VERSION%%-%%VARIANT%%3.16
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \