Skip to content

Commit

Permalink
upgrade composer to 1.10.27 and 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
en-tniepraschk committed Feb 12, 2024
1 parent e9e4d37 commit bb79e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ RUN echo "zend_extension=`php -i | grep ^extension_dir | cut -f 3 -d ' '`/xdebug
RUN docker-php-ext-install soap

ENV COMPOSER_HOME=/composer
COPY --from=composer:1.10.26 /usr/bin/composer /usr/local/bin/composer1
COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer2
COPY --from=composer:1.10.27 /usr/bin/composer /usr/local/bin/composer1
COPY --from=composer:2.7.1 /usr/bin/composer /usr/local/bin/composer2

COPY composer /usr/local/bin/composer
RUN chmod +x /usr/local/bin/composer
Expand Down
4 changes: 2 additions & 2 deletions 8.2/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ FROM base

ENV COMPOSER_HOME=/composer

COPY --from=composer:1.10.26 /usr/bin/composer /usr/local/bin/composer1
COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer2
COPY --from=composer:1.10.27 /usr/bin/composer /usr/local/bin/composer1
COPY --from=composer:2.7.1 /usr/bin/composer /usr/local/bin/composer2

COPY composer /usr/local/bin
RUN chmod +x /usr/local/bin/composer
Expand Down

0 comments on commit bb79e7d

Please sign in to comment.