Skip to content

Commit 8090be9

Browse files
committed
updating composer
1 parent 42537f7 commit 8090be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ COPY composer.json /app/
4444
WORKDIR /app
4545

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

0 commit comments

Comments
 (0)