We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbd8dc commit 7696343Copy full SHA for 7696343
Dockerfile
@@ -110,5 +110,5 @@ RUN curl -fsSL -o /usr/local/bin/drush "https://github.com/drush-ops/drush-launc
110
ENV PATH="/var/www/html/vendor/bin:${PATH}"
111
112
# Install Composer
113
-COPY --from=composer:2.6.5 /usr/bin/composer /usr/bin/composer
+COPY --from=composer:2.6.6 /usr/bin/composer /usr/bin/composer
114
RUN composer --version
0 commit comments