Skip to content

Commit d24ce74

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 4298972 commit d24ce74

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

25/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
2-
FROM php:8.0-fpm-alpine3.16
2+
FROM php:8.1-fpm-alpine3.16
33

44
# entrypoint.sh and cron.sh dependencies
55
RUN set -ex; \

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"variant": "fpm-alpine",
4848
"base": "alpine",
4949
"baseVersion": "3.16",
50-
"phpVersion": "8.0"
50+
"phpVersion": "8.1"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)