Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 4fca49c

Browse files
Update composer Docker tag to v2.7.7 (#184)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa92829 commit 4fca49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.4.0alpha4-alpine
22

33
ENV COMPOSER_HOME="/tmp/composer"
44

5-
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:2.7.7 /usr/bin/composer /usr/bin/composer
66

77
RUN set -x \
88
&& apk add --no-cache git \

0 commit comments

Comments
 (0)