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 14a0e90b..0ea82474 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.1-fpm-alpine3.17
+FROM php:8.2-fpm-alpine3.18
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \