summaryrefslogtreecommitdiffstats
path: root/25/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '25/fpm-alpine/Dockerfile')
-rw-r--r--25/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/25/fpm-alpine/Dockerfile b/25/fpm-alpine/Dockerfile
index 7af9e2af..d2984eca 100644
--- a/25/fpm-alpine/Dockerfile
+++ b/25/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:8.0-fpm-alpine3.16
+FROM php:8.1-fpm-alpine3.16
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \