Skip to content

Commit

Permalink
chore(deps): update rabbitmq docker tag to v4.0.4 (#1530)
Browse files Browse the repository at this point in the history
* chore(deps): update rabbitmq docker tag to v4.0.4

* 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 Nov 25, 2024
1 parent f0245a7 commit 573790c
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:4.0.3-management
image: rabbitmq:4.0.4-management
expose:
- "5672"
- "15672"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class TestRabbitMQApplication {
@ServiceConnection
@RestartScope
RabbitMQContainer rabbitMQContainer() {
return new RabbitMQContainer(DockerImageName.parse("rabbitmq").withTag("4.0.2-management"));
return new RabbitMQContainer(DockerImageName.parse("rabbitmq").withTag("4.0.4-management"));
}

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

0 comments on commit 573790c

Please sign in to comment.