Skip to content

Commit

Permalink
chore: rev rabbitmq version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Oct 25, 2023
1 parent 5b26d81 commit 637457d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ steps :

services :
- name : rabbitmq
image : rabbitmq:3.12-management-alpine
image : rabbitmq:3.11-management-alpine
environment :
RABBITMQ_DEFAULT_USER : svc_testing
RABBITMQ_DEFAULT_PASS : svc_testing
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version : '3.8'
services :
rabbitmq :
container_name : quickstart-amqp-dev-consuming-hello-rabbitmq
image : rabbitmq:3.12-management-alpine
image : rabbitmq:3.11-management-alpine
restart : unless-stopped
environment :
- RABBITMQ_DEFAULT_USER=svc_testing
Expand Down

0 comments on commit 637457d

Please sign in to comment.