Skip to content

Commit b1c7edb

Browse files
chore(deps): update composer/composer docker tag to v2.8.6 (#839)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [composer/composer](https://redirect.github.com/composer/docker) | final | patch | `2.8.5-bin` -> `2.8.6-bin` | --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Lendable/aggregate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f992ba commit b1c7edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:8.2.18-cli-alpine as base
22

3-
COPY --from=composer/composer:2.8.5-bin /composer /usr/bin/composer
3+
COPY --from=composer/composer:2.8.6-bin /composer /usr/bin/composer
44

55
RUN apk add --no-cache git openssh \
66
&& mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)