Skip to content

Commit

Permalink
Update PHP to v8.4
Browse files Browse the repository at this point in the history
| 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>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent 315f8e0 commit cb1ea93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mkdir -p /assets && mv /work/build/* /assets


# Build the PHP container
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine

RUN apk update && \
apk add --no-cache bash
Expand Down
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: getlaminas_org

type: php:8.3
type: php:8.4

size: S

Expand Down

0 comments on commit cb1ea93

Please sign in to comment.