We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f732a99 commit bcccbb5Copy full SHA for bcccbb5
1 file changed
Dockerfile
@@ -109,5 +109,5 @@ RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush-launc
109
ENV PATH="/var/www/html/web/vendor/bin:${PATH}"
110
111
# Install Composer
112
-COPY --from=composer:2.4.4 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
113
RUN composer --version
0 commit comments