summaryrefslogtreecommitdiffstats
path: root/27
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2024-01-25 23:50:34 +0000
committerGitHub <noreply@github.com>2024-01-25 23:50:34 +0000
commitc88d31e3b8fb6733779d1a728c631f612171d06f (patch)
tree0b9325909b003b6a6b55b0361ae7a1b92b7f2a27 /27
parent72fad312b37095a4141590beef17010fc131c693 (diff)
Alpine 3.19 (#2150)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '27')
-rw-r--r--27/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/27/fpm-alpine/Dockerfile b/27/fpm-alpine/Dockerfile
index c6bd258f..14546557 100644
--- a/27/fpm-alpine/Dockerfile
+++ b/27/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.2-fpm-alpine3.18
+FROM php:8.2-fpm-alpine3.19
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \