Skip to content

Commit e0632b5

Browse files
Update php Docker tag to v8.5
| datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | php | 8.4 | 8.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52ca087 commit e0632b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir -p /assets && mv /work/build/* /assets
1313

1414

1515
# Build the PHP container
16-
FROM php:8.4-fpm-alpine
16+
FROM php:8.5-fpm-alpine
1717

1818
RUN apk update && \
1919
apk add --no-cache bash

0 commit comments

Comments
 (0)