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 Nov 21, 2024
1 parent 2e3327b commit 66a9fb4
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 66a9fb4

Please sign in to comment.