Skip to content

Commit

Permalink
Update composer/composer Docker tag to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent ac4ba5f commit 3500e98
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.9-bin /composer /usr/bin/composer
COPY --from=composer/composer:2.8.1-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 3500e98

Please sign in to comment.