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

release 2.2.3, 2.7.1 #16227

Merged
merged 1 commit into from
Feb 12, 2024
Merged

release 2.2.3, 2.7.1 #16227

merged 1 commit into from
Feb 12, 2024

Conversation

alcohol
Copy link
Contributor

@alcohol alcohol commented Feb 12, 2024

No description provided.

Copy link

Diff for 6f73c56:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9d08122..c26bb86 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -8,10 +8,10 @@ GitFetch: refs/heads/main
 GitCommit: 9cac6280bc40c7d606f7fd2dfce0f77fefd056a8
 Directory: 1.10
 
-Tags: 2.2.22, 2.2, lts
+Tags: 2.2.23, 2.2, lts
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/main
-GitCommit: 355e5023b7b7831a7fe2db057070f8378f91ba35
+GitCommit: 08fa7ad05da303abd8ef7080b0676683bd89159b
 Directory: 2.2
 
 Tags: 2.3.10, 2.3
@@ -32,8 +32,14 @@ GitFetch: refs/heads/main
 GitCommit: 9fcccc5a4cf04e73118bb7af3f9c04f61646e1c1
 Directory: 2.5
 
-Tags: 2.6.6, 2.6, 2, latest
+Tags: 2.6.6, 2.6
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/main
 GitCommit: 7d5603ee532ef2e27260ebd1090ed888ab9e0458
 Directory: 2.6
+
+Tags: 2.7.1, 2.7, 2, latest
+Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
+GitFetch: refs/heads/main
+GitCommit: c1e1312872285536925322c8cff99894080636f7
+Directory: 2.7
diff --git a/_bashbrew-list b/_bashbrew-list
index 0998d8e..4daf569 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -3,7 +3,7 @@ composer:1.10
 composer:1.10.27
 composer:2
 composer:2.2
-composer:2.2.22
+composer:2.2.23
 composer:2.3
 composer:2.3.10
 composer:2.4
@@ -12,5 +12,7 @@ composer:2.5
 composer:2.5.8
 composer:2.6
 composer:2.6.6
+composer:2.7
+composer:2.7.1
 composer:latest
 composer:lts
diff --git a/composer_latest/Dockerfile b/composer_2.6/Dockerfile
similarity index 100%
copy from composer_latest/Dockerfile
copy to composer_2.6/Dockerfile
diff --git a/composer_2.3/docker-entrypoint.sh b/composer_2.6/docker-entrypoint.sh
similarity index 100%
copy from composer_2.3/docker-entrypoint.sh
copy to composer_2.6/docker-entrypoint.sh
diff --git a/composer_latest/Dockerfile b/composer_latest/Dockerfile
index 5750bca..64afe34 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.6.6
+ENV COMPOSER_VERSION 2.7.1
 
 RUN set -eux ; \
   # install https://github.com/mlocati/docker-php-extension-installer
diff --git a/composer_lts/Dockerfile b/composer_lts/Dockerfile
index 24c2561..a8e90a2 100644
--- a/composer_lts/Dockerfile
+++ b/composer_lts/Dockerfile
@@ -22,7 +22,7 @@ memory_limit=-1\n\
 
 ENV COMPOSER_ALLOW_SUPERUSER 1
 ENV COMPOSER_HOME /tmp
-ENV COMPOSER_VERSION 2.2.22
+ENV COMPOSER_VERSION 2.2.23
 
 RUN set -eux ; \
   # install https://github.com/mlocati/docker-php-extension-installer

Relevant Maintainers:

@yosifkit yosifkit merged commit 3693d75 into docker-library:master Feb 12, 2024
12 checks passed
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