We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c764535 commit d034accCopy full SHA for d034acc
2 files changed
Dockerfile
@@ -1,5 +1,5 @@
1
ARG DEBIAN_VERSION=bookworm
2
-ARG PHP_VERSION=8.3.26
+ARG PHP_VERSION=8.3.29
3
4
FROM php:$PHP_VERSION-fpm-$DEBIAN_VERSION
5
README.md
@@ -181,6 +181,6 @@ The current default build args are:
181
182
```shell
183
DEBIAN_VERSION=bookworm
184
-PHP_VERSION=8.3.26
+PHP_VERSION=8.3.29
185
```
186
0 commit comments