Skip to content

Commit

Permalink
Update composer/composer Docker tag to v2.7.9 (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent ff13f02 commit 360d719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.php-cli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.1.7-experimental
FROM lendableuk/php-fpm-alpine:8.1.16-alpine3.17 as base

COPY --from=composer/composer:2.7.8-bin /composer /usr/bin/composer
COPY --from=composer/composer:2.7.9-bin /composer /usr/bin/composer

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

0 comments on commit 360d719

Please sign in to comment.