Skip to content

Commit

Permalink
Updated RabbitMq.
Browse files Browse the repository at this point in the history
  • Loading branch information
DKravtsov committed Jul 7, 2024
1 parent 989dd64 commit bc5512b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .idea/htdocs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Elasticsearch"
],
"homepage": "https://github.com/systemsdk/docker-symfony-api",
"version": "v3.0.0",
"version": "v3.1.0",
"license": "MIT",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions docker/rabbitmq/Dockerfile
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.

0 comments on commit bc5512b

Please sign in to comment.