Skip to content

Commit

Permalink
update composer to 2.7.7 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi authored Jun 15, 2024
1 parent a244af5 commit b766e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN docker-php-ext-install soap

ENV COMPOSER_HOME=/composer
RUN curl -L https://github.com/composer/composer/releases/download/1.10.27/composer.phar > /usr/local/bin/composer1 && chmod +x /usr/local/bin/composer1
RUN curl -L https://github.com/composer/composer/releases/download/2.7.1/composer.phar > /usr/local/bin/composer2 && chmod +x /usr/local/bin/composer2
RUN curl -L https://github.com/composer/composer/releases/download/2.7.7/composer.phar > /usr/local/bin/composer2 && chmod +x /usr/local/bin/composer2
ADD composer /usr/local/bin/composer


Expand Down
2 changes: 1 addition & 1 deletion 8.2/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ FROM base

ENV COMPOSER_HOME=/composer
RUN curl -L https://github.com/composer/composer/releases/download/1.10.27/composer.phar > /usr/local/bin/composer1 && chmod +x /usr/local/bin/composer1
RUN curl -L https://github.com/composer/composer/releases/download/2.7.1/composer.phar > /usr/local/bin/composer2 && chmod +x /usr/local/bin/composer2
RUN curl -L https://github.com/composer/composer/releases/download/2.7.7/composer.phar > /usr/local/bin/composer2 && chmod +x /usr/local/bin/composer2
ADD composer /usr/local/bin/composer

RUN apk upgrade libsasl libssl3 openssl zlib libxml2 libretls libcrypto1.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is a docker php fpm image, based on the official php fpm image. It has the
- redis (5.3.7)
- amqp (master)
- sockets
- composer (1.10.26 & 2.5.1)
- composer (1.10.26 & 2.7.7)
- git cli (2.38.1)
- git-lfs (3.2.0)
- vim (9.0.999)
Expand Down

0 comments on commit b766e3a

Please sign in to comment.