Skip to content

Commit 3fbd397

Browse files
Update composer/composer Docker tag to v2.8.6 (#351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b88f869 commit 3fbd397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5-bin /composer /usr/bin/composer
4+
COPY --from=composer/composer:2.8.6-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)