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

Commit 6c9a035

Browse files
Update composer/composer Docker tag to v2.9.5
1 parent 8424d92 commit 6c9a035

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.5-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)