Skip to content

Commit

Permalink
Update to composer 2.3.10 and 2.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-sviziev authored and alcohol committed Jul 25, 2022
1 parent 6252ef9 commit f330335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2.2/Dockerfile
Expand Up @@ -22,7 +22,7 @@ memory_limit=-1\n\

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME /tmp
ENV COMPOSER_VERSION 2.2.16
ENV COMPOSER_VERSION 2.2.17

RUN set -eux ; \
# install https://github.com/mlocati/docker-php-extension-installer
Expand Down
2 changes: 1 addition & 1 deletion 2.3/Dockerfile
Expand Up @@ -22,7 +22,7 @@ memory_limit=-1\n\

ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_HOME /tmp
ENV COMPOSER_VERSION 2.3.9
ENV COMPOSER_VERSION 2.3.10

RUN set -eux ; \
# install https://github.com/mlocati/docker-php-extension-installer
Expand Down

0 comments on commit f330335

Please sign in to comment.