Skip to content

Commit

Permalink
Upgrade composer to 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Sep 9, 2024
1 parent 9f3a210 commit 572f30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN docker-php-ext-configure gd && docker-php-ext-install gd

RUN pecl install -o -f redis && rm -rf /tmp/pear && docker-php-ext-enable redis

RUN curl https://getcomposer.org/download/2.1.3/composer.phar -o /usr/local/bin/composer && chmod +x /usr/local/bin/composer
RUN curl https://getcomposer.org/download/2.6.6/composer.phar -o /usr/local/bin/composer && chmod +x /usr/local/bin/composer

RUN echo "memory_limit=4096M" > $PHP_INI_DIR/conf.d/memory-limit.ini

Expand Down

0 comments on commit 572f30e

Please sign in to comment.