We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcf70d commit 8405557Copy full SHA for 8405557
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.2 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.8.3 /usr/bin/composer /usr/bin/composer
6
7
RUN set -x \
8
&& apk add --no-cache git \
0 commit comments