Update php Docker tag to v8.4.1 ()

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| php | final | minor | `8.3.14-fpm-bullseye` -> `8.4.1-fpm-bullseye` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: 
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
This commit is contained in:
renovate-bot 2024-11-23 14:04:16 +00:00 committed by mwalbeck
parent b27f745a40
commit bdf933d99d

View file

@ -1,4 +1,4 @@
FROM php:8.3.14-fpm-bullseye@sha256:5aa0d23f126c920df0ed465ae20a49aef53b42ac04c566cdab0d719121054240
FROM php:8.4.1-fpm-bullseye@sha256:43462aa9b0744dbfbb6c2687b913656085d7e3ac7c7739669bd3593791971e14
RUN set -ex; \
\