Skip to content

Commit 0a9eb32

Browse files
committed
chore: use hardcoded rabbitmq version
1 parent e1c1d84 commit 0a9eb32

File tree

3 files changed

+19
-34
lines changed

3 files changed

+19
-34
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- 27017:27017
2121

2222
rabbitmq:
23-
image: rabbitmq:4-management-alpine
23+
image: rabbitmq:4.1.4-management-alpine
2424
container_name: 'rabbitmq'
2525
networks:
2626
- overlay

pnpm-lock.yaml

Lines changed: 17 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ catalog:
3131
"@typescript-eslint/eslint-plugin": "6.21.0"
3232
"@typescript-eslint/parser": "6.21.0"
3333
"amqp-connection-manager": "4.1.14"
34-
"amqplib": "0.10.5"
34+
"amqplib": "0.10.7"
3535
"axios": "^1.7.9"
3636
"cli-color": "2.0.4"
3737
"eslint": "8.57.1"

0 commit comments

Comments
 (0)