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

Update rabbitmq #17050

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Update rabbitmq #17050

merged 1 commit into from
Jun 25, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/rabbitmq@013a76f: Update 3.13 to otp 26.2.5.1
@yosifkit yosifkit requested a review from a team as a code owner June 25, 2024 15:48
Copy link

Diff for 925b3cd:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0229538..43ae89e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -24,12 +24,12 @@ Directory: 3.12/alpine/management
 
 Tags: 3.13.3, 3.13, 3, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 83604b7ec3bda015495dda883fe3b471f206d562
+GitCommit: 013a76f659c4c5e379f80507b100a85fffb95552
 Directory: 3.13/ubuntu
 
 Tags: 3.13.3-alpine, 3.13-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 83604b7ec3bda015495dda883fe3b471f206d562
+GitCommit: 013a76f659c4c5e379f80507b100a85fffb95552
 Directory: 3.13/alpine
 
 Tags: 3.13.3-management, 3.13-management, 3-management, management
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index 1fa5f93..a49450c 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -32,10 +32,10 @@ ENV OPENSSL_SOURCE_SHA256="5d2be4036b478ef3cb0a854ca9b353072c3a0e26d8a56f8f0ab9f
 # https://www.openssl.org/source/
 ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0xB7C1C14360F353A36862E4D5231C84CDDCC69C45 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x95A9908DDFA16830BE9FB9003D30A3A9FF1360DC 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xA21FAB74B0088AA361152586B8EF1A6BA9DA2D5C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D 0xEFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5"
 
-ENV OTP_VERSION 26.2.5
+ENV OTP_VERSION 26.2.5.1
 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system
 # https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="de155c4ad9baab2b9e6c96dbd03bf955575a04dd6feee9c08758beb28484c9f6"
+ENV OTP_SOURCE_SHA256="54d2ea33f1a221924a203d2410d055a39f67bc5b06c6f911569abafaf757ae32"
 
 # install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang
diff --git a/rabbitmq_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index 4a86ca7..a21a762 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -35,10 +35,10 @@ ENV OPENSSL_SOURCE_SHA256="5d2be4036b478ef3cb0a854ca9b353072c3a0e26d8a56f8f0ab9f
 # https://www.openssl.org/source/
 ENV OPENSSL_PGP_KEY_IDS="0x8657ABB260F056B1E5190839D9C4D26D0E604491 0xB7C1C14360F353A36862E4D5231C84CDDCC69C45 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x95A9908DDFA16830BE9FB9003D30A3A9FF1360DC 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xA21FAB74B0088AA361152586B8EF1A6BA9DA2D5C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D 0xEFC0A467D613CB83C7ED6D30D894E2CE8B3D79F5"
 
-ENV OTP_VERSION 26.2.5
+ENV OTP_VERSION 26.2.5.1
 # TODO add PGP checking when the feature will be added to Erlang/OTP's build system
 # https://erlang.org/pipermail/erlang-questions/2019-January/097067.html
-ENV OTP_SOURCE_SHA256="de155c4ad9baab2b9e6c96dbd03bf955575a04dd6feee9c08758beb28484c9f6"
+ENV OTP_SOURCE_SHA256="54d2ea33f1a221924a203d2410d055a39f67bc5b06c6f911569abafaf757ae32"
 
 # install openssl & erlang to a path that isn't auto-checked for libs to prevent accidental use by system packages
 ENV ERLANG_INSTALL_PATH_PREFIX /opt/erlang

Relevant Maintainers:

@tianon tianon merged commit dbd831c into docker-library:master Jun 25, 2024
9 checks passed
@tianon tianon deleted the rabbitmq branch June 25, 2024 22:08
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.

3 participants