We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3d19f commit 6437a7dCopy full SHA for 6437a7d
Dockerfile
@@ -2,7 +2,7 @@ FROM php:8.3.13-alpine
2
3
ENV COMPOSER_HOME="/tmp/composer"
4
5
-COPY --from=composer:2.8.3 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.8.4 /usr/bin/composer /usr/bin/composer
6
7
RUN set -x \
8
&& apk add --no-cache git \
0 commit comments