summaryrefslogtreecommitdiffstats
path: root/26/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '26/fpm-alpine/Dockerfile')
-rw-r--r--26/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/26/fpm-alpine/Dockerfile b/26/fpm-alpine/Dockerfile
index 6034a7a2..165496d1 100644
--- a/26/fpm-alpine/Dockerfile
+++ b/26/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; \