summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-03-21 22:44:45 +0000
committerGitHub Workflow <workflow@github.com>2023-03-21 22:44:45 +0000
commit289f0bb8a3f1bd24d1633bbd01798c5476368827 (patch)
tree953942515edbe5b728629f1d16f3dec996129fa3
parent165698da7b5d0033db7502d2275a8626e5802da0 (diff)
Runs update.sh
-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 0ab4b303..fa8f6081 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.16
+FROM php:8.1-fpm-alpine3.17
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \