Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 9f7f020

Browse files
Update composer/composer Docker tag to v2.9.7 (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marcin Michalski <marcin.michalski@lendable.co.uk>
1 parent 8f4e661 commit 9f7f020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.php-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.1.7-experimental
22
FROM lendableuk/php-fpm-alpine:8.1.16-alpine3.17 as base
33

4-
COPY --from=composer/composer:2.8.9-bin /composer /usr/bin/composer
4+
COPY --from=composer/composer:2.9.7-bin /composer /usr/bin/composer
55

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

0 commit comments

Comments
 (0)