Skip to content

Commit bcccbb5

Browse files
committed
Update composer version to 2.6.5
1 parent f732a99 commit bcccbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush-launc
109109
ENV PATH="/var/www/html/web/vendor/bin:${PATH}"
110110

111111
# Install Composer
112-
COPY --from=composer:2.4.4 /usr/bin/composer /usr/bin/composer
112+
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
113113
RUN composer --version

0 commit comments

Comments
 (0)