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 Jul 12, 2024
1 parent 96ba179 commit 437e34f
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 437e34f

Please sign in to comment.