summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-11-30 23:35:20 +0000
committerGitHub <noreply@github.com>2021-11-30 23:35:20 +0000
commit484b2c57a307a9817b487896d8e5c54f4bba5fd2 (patch)
tree760383ea8592f9a0625388e6b7cd735fa8fba986 /Dockerfile-alpine.template
parente2dc98dea469ba67c3e6474aa4fc2cf902f8e9a4 (diff)
Alpine 3.15 (#1643)
* Alpine 3.15 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Remove reference to 20 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 4d05f14d..38e00615 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -1,4 +1,4 @@
-FROM php:%%PHP_VERSION%%-%%VARIANT%%3.14
+FROM php:%%PHP_VERSION%%-%%VARIANT%%3.15
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \