Skip to content

Commit

Permalink
chore(deps): update rabbitmq:3.13-management docker digest to 6e82606
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent cc0cf29 commit 61ef9c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/neo-place/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
rabbitmq:
image: rabbitmq:3.13-management@sha256:8952def14de918579ec5373c74b334affd1d0e0d15f566c4dfaf341f82ad9397
image: rabbitmq:3.13-management@sha256:6e82606a1a5101ab1e9b07e08140ae28a4cb2221350b94c836422e49cb5e32c7
ports:
- "5672:5672"
- "15672:15672"
2 changes: 1 addition & 1 deletion examples/subscriptions/apollo_rabbitmq/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
services:
rabbitmq:
image: rabbitmq:3.13-management@sha256:8952def14de918579ec5373c74b334affd1d0e0d15f566c4dfaf341f82ad9397
image: rabbitmq:3.13-management@sha256:6e82606a1a5101ab1e9b07e08140ae28a4cb2221350b94c836422e49cb5e32c7
ports:
- "5672:5672"
- "15672:15672"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'
# This is just for local testing
services:
rabbitmq:
image: rabbitmq:3.13-management@sha256:8952def14de918579ec5373c74b334affd1d0e0d15f566c4dfaf341f82ad9397
image: rabbitmq:3.13-management@sha256:6e82606a1a5101ab1e9b07e08140ae28a4cb2221350b94c836422e49cb5e32c7
ports:
- "5672:5672"
- "15672:15672"
Expand Down

0 comments on commit 61ef9c7

Please sign in to comment.