We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46dcb07 commit 56fc224Copy full SHA for 56fc224
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