소스 검색

Pin Docker Compose v2.6.6

Magento's composer plugin hasn't been updated in over a year, they merged a composer 7 fix but haven't released it... So we'll pin the version for now.
Stoyvo 1 년 전
부모
커밋
1a23d24820
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      images/php/8.2/Dockerfile

+ 2 - 1
images/php/8.2/Dockerfile

@@ -93,7 +93,8 @@ RUN git clone --branch v0.4.15 --depth=1 https://github.com/NoiseByNorthwest/php
     && make install
 
 RUN curl -sS https://getcomposer.org/installer | \
-  php -- --install-dir=/usr/local/bin --filename=composer
+  php -- --version=2.6.6 --install-dir=/usr/local/bin --filename=composer
+
 
 COPY conf/blackfire.ini $PHP_INI_DIR/conf.d/blackfire.ini
 COPY conf/spx.ini $PHP_INI_DIR/conf.d/spx.ini