Skip to content

Commit 542ae5f

Browse files
Update PHP to v8.4
| datasource | package | from | to | | ----------- | ----------- | ---- | --- | | docker | php | 8.3 | 8.4 | | github-tags | php/php-src | 8.3 | 8.4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 873d593 commit 542ae5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3-fpm-alpine
16+
FROM php:8.4-fpm-alpine
1717

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

.platform.app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: getlaminas_org
22

3-
type: php:8.3
3+
type: php:8.4
44

55
size: S
66

0 commit comments

Comments
 (0)