-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DKravtsov
committed
Jul 7, 2024
1 parent
989dd64
commit bc5512b
Showing
5 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM rabbitmq:3.12-management-alpine | ||
FROM rabbitmq:3.13-management-alpine | ||
|
||
COPY rabbitmq_delayed_message_exchange-3.12.0.ez /opt/rabbitmq/plugins/ | ||
COPY rabbitmq_delayed_message_exchange-3.13.0.ez /opt/rabbitmq/plugins/ | ||
RUN rabbitmq-plugins enable --offline rabbitmq_delayed_message_exchange |
Binary file not shown.
Binary file not shown.