summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2023-05-31 13:11:48 +0000
committerGitHub Workflow <workflow@github.com>2023-05-31 13:11:48 +0000
commitd24ce7420155ad55723c4fb557598f19f85a0e30 (patch)
treee4eccfa6b6f7852eca99fbe9eab7d6f29501e0a3
parent4298972d2eb5ba40464ada4afd8c39f3f8ab2d89 (diff)
Runs update.sh
-rw-r--r--25/fpm-alpine/Dockerfile2
-rw-r--r--versions.json2
2 files changed, 2 insertions, 2 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; \
diff --git a/versions.json b/versions.json
index de910976..26c537af 100644
--- a/versions.json
+++ b/versions.json
@@ -47,7 +47,7 @@
"variant": "fpm-alpine",
"base": "alpine",
"baseVersion": "3.16",
- "phpVersion": "8.0"
+ "phpVersion": "8.1"
}
}
}