-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update rabbitmq #20200
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
Merged
Merged
Update rabbitmq #20200
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/rabbitmq@13a8a3f: Merge pull request docker-library/rabbitmq#776 from docker-library/lukebakken/docker-librarygh-775 - docker-library/rabbitmq@94509ec: Update OpenSSL to `3.5` series - docker-library/rabbitmq@a4b8611: Update 4.1 to openssl 3.3.5 - docker-library/rabbitmq@d4fe156: Update 4.1 to openssl 3.3.4
Diff for e0b12df:diff --git a/_bashbrew-cat b/_bashbrew-cat
index cda1268..b357a45 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -24,12 +24,12 @@ Directory: 3.13/alpine/management
Tags: 4.0.9, 4.0
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: a26bfebe8bce460c89b7b5e00655687766b24ddd
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.0/ubuntu
Tags: 4.0.9-alpine, 4.0-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: a26bfebe8bce460c89b7b5e00655687766b24ddd
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.0/alpine
Tags: 4.0.9-management, 4.0-management
@@ -44,12 +44,12 @@ Directory: 4.0/alpine/management
Tags: 4.1.5, 4.1
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: f015b4366e633217e58b0dbfb2c8744d616a011c
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.1/ubuntu
Tags: 4.1.5-alpine, 4.1-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: f015b4366e633217e58b0dbfb2c8744d616a011c
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.1/alpine
Tags: 4.1.5-management, 4.1-management
@@ -64,12 +64,12 @@ Directory: 4.1/alpine/management
Tags: 4.2.0, 4.2, 4, latest
Architectures: amd64, arm32v7, arm64v8, ppc64le, riscv64, s390x
-GitCommit: b867c0176b97e73bc2f19f94ed626ac5e3e27e5b
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.2/ubuntu
Tags: 4.2.0-alpine, 4.2-alpine, 4-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: b867c0176b97e73bc2f19f94ed626ac5e3e27e5b
+GitCommit: 94509ec91539dcc753817c3e791abaf11bb61978
Directory: 4.2/alpine
Tags: 4.2.0-management, 4.2-management, 4-management, management
diff --git a/rabbitmq_4.0-alpine/Dockerfile b/rabbitmq_4.0-alpine/Dockerfile
index 0a39da6..ba54f93 100644
--- a/rabbitmq_4.0-alpine/Dockerfile
+++ b/rabbitmq_4.0-alpine/Dockerfile
@@ -26,8 +26,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.0 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.0/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
diff --git a/rabbitmq_4.0/Dockerfile b/rabbitmq_4.0/Dockerfile
index a0d9c01..45d21e4 100644
--- a/rabbitmq_4.0/Dockerfile
+++ b/rabbitmq_4.0/Dockerfile
@@ -29,8 +29,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.0 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.0/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
diff --git a/rabbitmq_4.1-alpine/Dockerfile b/rabbitmq_4.1-alpine/Dockerfile
index d0aea98..46840ae 100644
--- a/rabbitmq_4.1-alpine/Dockerfile
+++ b/rabbitmq_4.1-alpine/Dockerfile
@@ -26,8 +26,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.1 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.1/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
diff --git a/rabbitmq_4.1/Dockerfile b/rabbitmq_4.1/Dockerfile
index 96728d5..9df5abb 100644
--- a/rabbitmq_4.1/Dockerfile
+++ b/rabbitmq_4.1/Dockerfile
@@ -29,8 +29,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.1 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.1/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index 13e4adb..d765ce7 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -26,8 +26,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.2 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.2/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"
diff --git a/rabbitmq_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index ed34bd7..fea75f3 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -29,8 +29,8 @@ ARG PGP_KEYSERVER=keyserver.ubuntu.com
# run the build with a different PGP_KEYSERVER, e.g. docker build --tag rabbitmq:4.2 --build-arg PGP_KEYSERVER=pgpkeys.eu 4.2/ubuntu
# For context, see https://github.com/docker-library/official-images/issues/4252
-ENV OPENSSL_VERSION 3.3.5
-ENV OPENSSL_SOURCE_SHA256="9d62c00a5a6903740c8703f0e006257f429d565d3b91ac1a9bd4a4c700002e01"
+ENV OPENSSL_VERSION 3.5.4
+ENV OPENSSL_SOURCE_SHA256="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99"
# https://www.openssl.org/source/
ENV OPENSSL_PGP_KEY_IDS="0xBA5473A2B0587B07FB27CF2D216094DFD0CB81EF"Relevant Maintainers: |
tianon
approved these changes
Oct 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
3.5series rabbitmq#776 from docker-library/lukebakken/Update npm to 2.11.0 #7753.5series