Skip to content

Commit

Permalink
Update composer/composer Docker tag to v2.8.4 (#346)
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 Jan 5, 2025
1 parent a42372d commit fe49b73
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.8.3-bin /composer /usr/bin/composer
COPY --from=composer/composer:2.8.4-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 fe49b73

Please sign in to comment.