Skip to content

Commit d034acc

Browse files
committed
build: upgrade php-fpm to 8.3.29
Update the default PHP_VERSION build argument in Dockerfile and corresponding documentation in README.md from 8.3.26 to 8.3.29.
1 parent c764535 commit d034acc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG DEBIAN_VERSION=bookworm
2-
ARG PHP_VERSION=8.3.26
2+
ARG PHP_VERSION=8.3.29
33

44
FROM php:$PHP_VERSION-fpm-$DEBIAN_VERSION
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ The current default build args are:
181181

182182
```shell
183183
DEBIAN_VERSION=bookworm
184-
PHP_VERSION=8.3.26
184+
PHP_VERSION=8.3.29
185185
```
186186

0 commit comments

Comments
 (0)