Skip to content

Commit d59896a

Browse files
bump rabbitmq to 3.8
3.7 is unmaintained since end of 2020 (both upstream and docker image).
1 parent a55d903 commit d59896a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/worker/dmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
AMQP_URL: amqp://1.2.3.4/prod
2828

2929
docker_links:
30-
- image_name: rabbitmq:3.7
30+
- image_name: rabbitmq:3.8
3131
link_name: test-rabbitmq
3232
probe_ports:
3333
- 5672/tcp

tutorial/worker/dmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker:
1515
- deploy/dependencies.sh
1616

1717
docker_links:
18-
- image_name: rabbitmq:3.7
18+
- image_name: rabbitmq:3.8
1919
link_name: rabbitmq
2020
probe_ports:
2121
- 5672/tcp

0 commit comments

Comments
 (0)