Skip to content

Commit

Permalink
Update rabbitmq Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2024
1 parent e33e638 commit d9a2db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- 11211:11211

rabbitmq:
image: rabbitmq:3.7-management
image: rabbitmq:3.13-management
environment:
RABBITMQ_DEFAULT_USER: iib
RABBITMQ_DEFAULT_PASS: iib
Expand Down
2 changes: 1 addition & 1 deletion compose-files/podman-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- 11211:11211

rabbitmq:
image: rabbitmq:3.7-management
image: rabbitmq:3.13-management
environment:
RABBITMQ_DEFAULT_USER: iib
RABBITMQ_DEFAULT_PASS: iib
Expand Down

0 comments on commit d9a2db4

Please sign in to comment.