Skip to content

Commit 8835a26

Browse files
Update composer to 2.1.5 (#119)
1 parent 5c8ffde commit 8835a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111
ENV COMPOSER_ALLOW_SUPERUSER 1
1212
ENV COMPOSER_HOME /root/.composer
1313

14-
COPY --from=composer:2.0.11 /usr/bin/composer /usr/bin/composer
14+
COPY --from=composer:2.1.5 /usr/bin/composer /usr/bin/composer
1515

1616
WORKDIR /application
1717

0 commit comments

Comments
 (0)