Skip to content

Commit 7696343

Browse files
committed
Update composer to version 2.6.6
1 parent 3bbd8dc commit 7696343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

112112
# Install Composer
113-
COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
113+
COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/composer
114114
RUN composer --version

0 commit comments

Comments
 (0)