Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer 2.2.2 #11594

Merged
merged 1 commit into from
Dec 29, 2021
Merged

composer 2.2.2 #11594

merged 1 commit into from
Dec 29, 2021

Conversation

alcohol
Copy link
Contributor

@alcohol alcohol commented Dec 29, 2021

No description provided.

@github-actions
Copy link

Diff for adbbc59:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index d2c34fe..a17df3a 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -7,8 +7,8 @@ GitFetch: refs/heads/main
 GitCommit: 31ff8ecbf0be8415dba4d8922683af47a3aac4b8
 Directory: 1.10
 
-Tags: 2.2.1, 2.2, 2, latest
+Tags: 2.2.2, 2.2, 2, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/main
-GitCommit: 4c8756779d95c1d16292d27992197a0a4e9ef593
+GitCommit: ffc9605e74fd841cd10d19e6833758ed6f66ae17
 Directory: 2.2
diff --git a/_bashbrew-list b/_bashbrew-list
index 7fa8d7e..e6261fc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -3,5 +3,5 @@ composer:1.10
 composer:1.10.24
 composer:2
 composer:2.2
-composer:2.2.1
+composer:2.2.2
 composer:latest
diff --git a/composer_latest/Dockerfile b/composer_latest/Dockerfile
index a08bad4..99dd640 100644
--- a/composer_latest/Dockerfile
+++ b/composer_latest/Dockerfile
@@ -22,7 +22,7 @@ memory_limit=-1\n\
 
 ENV COMPOSER_ALLOW_SUPERUSER 1
 ENV COMPOSER_HOME /tmp
-ENV COMPOSER_VERSION 2.2.1
+ENV COMPOSER_VERSION 2.2.2
 
 RUN set -eux ; \
   # install https://github.com/mlocati/docker-php-extension-installer
diff --git a/composer_latest/docker-entrypoint.sh b/composer_latest/docker-entrypoint.sh
index 496ff0c..dfb5f49 100755
--- a/composer_latest/docker-entrypoint.sh
+++ b/composer_latest/docker-entrypoint.sh
@@ -7,7 +7,7 @@ isCommand() {
     return 1
   fi
 
-  composer help "$1" > /dev/null 2>&1
+  composer help --no-interaction "$1" > /dev/null 2>&1
 }
 
 # check if the first argument passed in looks like a flag

Relevant Maintainers:

@tianon tianon merged commit 447ca63 into docker-library:master Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants