Skip to content

Commit 6437a7d

Browse files
Update composer Docker tag to v2.8.4
1 parent ad3d19f commit 6437a7d

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)