2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
1a23d24820

+ 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
     && make install
 
 
 RUN curl -sS https://getcomposer.org/installer | \
 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/blackfire.ini $PHP_INI_DIR/conf.d/blackfire.ini
 COPY conf/spx.ini $PHP_INI_DIR/conf.d/spx.ini
 COPY conf/spx.ini $PHP_INI_DIR/conf.d/spx.ini