Skip to content

Commit

Permalink
updating composer
Browse files Browse the repository at this point in the history
  • Loading branch information
curtismchale committed Nov 26, 2024
1 parent 42537f7 commit 8090be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ COPY composer.json /app/
WORKDIR /app

# Install composer.json file
RUN curl -k -o /tmp/composer.phar https://getcomposer.org/download/2.4.4/composer.phar \
RUN curl -k -o /tmp/composer.phar https://getcomposer.org/download/2.8.3/composer.phar \
&& mv /tmp/composer.phar /usr/local/bin/composer && chmod a+x /usr/local/bin/composer
RUN php -dmemory_limit=128M /usr/local/bin/composer install

Expand Down

0 comments on commit 8090be9

Please sign in to comment.