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 #17112

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 3, 2024

Changes:

Changes:

- docker-library/rabbitmq@f1d6b40: Update 3.13 to 3.13.4
@tianon tianon requested a review from a team as a code owner July 3, 2024 15:49
Copy link

github-actions bot commented Jul 3, 2024

Diff for 9a00b89:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 43ae89e..cfefd5f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -22,22 +22,22 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: c30652127ae871535b7ec8ecda8046948a52ab79
 Directory: 3.12/alpine/management
 
-Tags: 3.13.3, 3.13, 3, latest
+Tags: 3.13.4, 3.13, 3, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 013a76f659c4c5e379f80507b100a85fffb95552
+GitCommit: f1d6b407fa37ad6fe4de699fba2724143ff66e34
 Directory: 3.13/ubuntu
 
-Tags: 3.13.3-alpine, 3.13-alpine, 3-alpine, alpine
+Tags: 3.13.4-alpine, 3.13-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 013a76f659c4c5e379f80507b100a85fffb95552
+GitCommit: f1d6b407fa37ad6fe4de699fba2724143ff66e34
 Directory: 3.13/alpine
 
-Tags: 3.13.3-management, 3.13-management, 3-management, management
+Tags: 3.13.4-management, 3.13-management, 3-management, management
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
 GitCommit: 6cc0f66ec13b06c153a7527c033cf1ad59a97ef3
 Directory: 3.13/ubuntu/management
 
-Tags: 3.13.3-management-alpine, 3.13-management-alpine, 3-management-alpine, management-alpine
+Tags: 3.13.4-management-alpine, 3.13-management-alpine, 3-management-alpine, management-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 6cc0f66ec13b06c153a7527c033cf1ad59a97ef3
 Directory: 3.13/alpine/management
diff --git a/_bashbrew-list b/_bashbrew-list
index 9de9f82..97a1970 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -14,10 +14,10 @@ rabbitmq:3.13
 rabbitmq:3.13-alpine
 rabbitmq:3.13-management
 rabbitmq:3.13-management-alpine
-rabbitmq:3.13.3
-rabbitmq:3.13.3-alpine
-rabbitmq:3.13.3-management
-rabbitmq:3.13.3-management-alpine
+rabbitmq:3.13.4
+rabbitmq:3.13.4-alpine
+rabbitmq:3.13.4-management
+rabbitmq:3.13.4-management-alpine
 rabbitmq:alpine
 rabbitmq:latest
 rabbitmq:management
diff --git a/rabbitmq_alpine/Dockerfile b/rabbitmq_alpine/Dockerfile
index a49450c..b86fb04 100644
--- a/rabbitmq_alpine/Dockerfile
+++ b/rabbitmq_alpine/Dockerfile
@@ -250,7 +250,7 @@ RUN set -eux; \
 		tzdata
 
 # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
-ENV RABBITMQ_VERSION 3.13.3
+ENV RABBITMQ_VERSION 3.13.4
 # https://www.rabbitmq.com/signatures.html#importing-gpg
 ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
 ENV RABBITMQ_HOME /opt/rabbitmq
diff --git a/rabbitmq_latest/Dockerfile b/rabbitmq_latest/Dockerfile
index a21a762..3082e02 100644
--- a/rabbitmq_latest/Dockerfile
+++ b/rabbitmq_latest/Dockerfile
@@ -230,7 +230,7 @@ RUN set -eux; \
 	ln -sf "$RABBITMQ_DATA_DIR/.erlang.cookie" /root/.erlang.cookie
 
 # Use the latest stable RabbitMQ release (https://www.rabbitmq.com/download.html)
-ENV RABBITMQ_VERSION 3.13.3
+ENV RABBITMQ_VERSION 3.13.4
 # https://www.rabbitmq.com/signatures.html#importing-gpg
 ENV RABBITMQ_PGP_KEY_ID 0x0A9AF2115F4687BD29803A206B73A36E6026DFCA
 ENV RABBITMQ_HOME /opt/rabbitmq

Relevant Maintainers:

@yosifkit yosifkit merged commit 56a94fc into docker-library:master Jul 3, 2024
9 checks passed
@yosifkit yosifkit deleted the rabbitmq branch July 3, 2024 18:29
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