Skip to content

Commit 76929a4

Browse files
Update composer Docker tag to v2.7.9 (#208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2be42e9 commit 76929a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

33
ENV COMPOSER_HOME="/tmp/composer"
44

5-
COPY --from=composer:2.7.8 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:2.7.9 /usr/bin/composer /usr/bin/composer
66

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

0 commit comments

Comments
 (0)