File tree Expand file tree Collapse file tree 12 files changed +22
-21
lines changed
Expand file tree Collapse file tree 12 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
6059COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
4646 echo 'opcache.fast_shutdown=1' ; \
4747 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
4848
49- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
5049COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
5150
5251# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
6059COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
6059COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ RUN { \
4646 echo 'opcache.fast_shutdown=1' ; \
4747 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
4848
49- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
5049COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
5150
5251# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
6059COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
60- COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
59+ COPY --from=composer:2.0 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
6362ENV DRUPAL_VERSION 9.1.2
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ RUN { \
4646 echo 'opcache.fast_shutdown=1' ; \
4747 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
4848
49- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
50- COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
49+ COPY --from=composer:2.0 /usr/bin/composer /usr/local/bin/
5150
5251# https://www.drupal.org/node/3060/release
5352ENV DRUPAL_VERSION 9.1.2
Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ RUN { \
5656 echo 'opcache.fast_shutdown=1' ; \
5757 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
5858
59- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
60- COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
59+ COPY --from=composer:2.0 /usr/bin/composer /usr/local/bin/
6160
6261# https://www.drupal.org/node/3060/release
6362ENV DRUPAL_VERSION 9.1.2
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ RUN { \
4646 echo 'opcache.fast_shutdown=1' ; \
4747 } > /usr/local/etc/php/conf.d/opcache-recommended.ini
4848
49- # https://github.com/drupal/drupal/blob/9.0.1/composer.lock#L4052-L4053
50- COPY --from=composer:1.10 /usr/bin/composer /usr/local/bin/
49+ COPY --from=composer:%%COMPOSER_VERSION%% /usr/bin/composer /usr/local/bin/
5150
5251# https://www.drupal.org/node/3060/release
5352ENV DRUPAL_VERSION %%VERSION%%
You can’t perform that action at this time.
0 commit comments