Skip to content

Commit bc5512b

Browse files
author
DKravtsov
committed
Updated RabbitMq.
1 parent 989dd64 commit bc5512b

5 files changed

+12
-3
lines changed

.idea/htdocs.iml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v3.0.0",
17+
"version": "v3.1.0",
1818
"license": "MIT",
1919
"authors": [
2020
{

docker/rabbitmq/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rabbitmq:3.12-management-alpine
1+
FROM rabbitmq:3.13-management-alpine
22

3-
COPY rabbitmq_delayed_message_exchange-3.12.0.ez /opt/rabbitmq/plugins/
3+
COPY rabbitmq_delayed_message_exchange-3.13.0.ez /opt/rabbitmq/plugins/
44
RUN rabbitmq-plugins enable --offline rabbitmq_delayed_message_exchange
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)