From 96e7081257580c1496cda112b0773032a37a197a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:24:55 +0000 Subject: [PATCH] Update composer Docker tag to v2.6.6 (#568) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | composer | final | patch | `2.6.5` -> `2.6.6` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/clock). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.php-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.php-cli b/Dockerfile.php-cli index 6b07ebd7..11a54c42 100644 --- a/Dockerfile.php-cli +++ b/Dockerfile.php-cli @@ -1,6 +1,6 @@ FROM lendableuk/php-fpm-alpine:8.1.11-alpine3.15 -COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer +COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/composer COPY . /app WORKDIR /app