Skip to content

Commit

Permalink
Fixed composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Nov 6, 2020
1 parent 074679f commit d55ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apt-get install -y \
bc

# Install composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer --version=1.10.17

# Install Magerun2 from n98
RUN curl -O https://files.magerun.net/n98-magerun2.phar; \
Expand Down

0 comments on commit d55ea2b

Please sign in to comment.