Skip to content

Commit

Permalink
chore(deps): update rabbitmq docker tag to v3.13.6 (#1344)
Browse files Browse the repository at this point in the history
* chore(deps): update rabbitmq docker tag to v3.13.6

* Update TestRabbitMQApplication.java

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Jul 25, 2024
1 parent 9d5eb39 commit 9136001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot-rabbitmq-thymeleaf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.2"
services:
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.13.5-management
image: rabbitmq:3.13.6-management
expose:
- "5672"
- "15672"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class TestRabbitMQApplication {
@RestartScope
RabbitMQContainer rabbitMQContainer() {
return new RabbitMQContainer(
DockerImageName.parse("rabbitmq").withTag("3.13.4-management"));
DockerImageName.parse("rabbitmq").withTag("3.13.6-management"));
}

public static void main(String[] args) {
Expand Down

0 comments on commit 9136001

Please sign in to comment.