Skip to content

Commit

Permalink
Update php Docker tag to v8.4
Browse files Browse the repository at this point in the history
| datasource | package | from | to  |
| ---------- | ------- | ---- | --- |
| docker     | php     | 8.3  | 8.4 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 2d06ca5 commit dc60462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer

FROM php:8.3-alpine
FROM php:8.4-alpine

COPY --from=composer /usr/bin/composer /usr/bin/composer

Expand Down

0 comments on commit dc60462

Please sign in to comment.