Skip to content

Commit

Permalink
Updated to RabbitMQ 4.0.2 - #9
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Oct 29, 2024
1 parent 1817f6e commit e7596a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rabbitmq:3.13.1-management
FROM rabbitmq:4.0.2-management

RUN apt-get update; \
apt-get install -y --no-install-recommends curl; \
curl -L https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/v3.13.0/rabbitmq_delayed_message_exchange-3.13.0.ez > $RABBITMQ_HOME/plugins/rabbitmq_delayed_message_exchange-3.13.0.ez; \
curl -L https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases/download/v4.0.2/rabbitmq_delayed_message_exchange-4.0.2.ez > $RABBITMQ_HOME/plugins/rabbitmq_delayed_message_exchange-4.0.2.ez; \
rabbitmq-plugins enable --offline rabbitmq_delayed_message_exchange rabbitmq_consistent_hash_exchange rabbitmq_prometheus rabbitmq_shovel rabbitmq_shovel_management

0 comments on commit e7596a7

Please sign in to comment.