Skip to content

Commit 56fc224

Browse files
Update composer Docker tag to v2.8.4 (#245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46dcb07 commit 56fc224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM php:8.3.13-alpine
22

33
ENV COMPOSER_HOME="/tmp/composer"
44

5-
COPY --from=composer:2.8.3 /usr/bin/composer /usr/bin/composer
5+
COPY --from=composer:2.8.4 /usr/bin/composer /usr/bin/composer
66

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

0 commit comments

Comments
 (0)