Skip to content

Commit 8eceb91

Browse files
committed
Update docker image to rabbitmq:3.13-rc
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 3d46579 commit 8eceb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"erlang": "26.1.2",
3-
"rabbitmq": "3.13.0-beta.6"
3+
"rabbitmq": " rabbitmq:3.13-rc"
44
}

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
services:
4545
rabbitmq:
46-
image: rabbitmq:3.13.0-beta.6-management
46+
image: rabbitmq:3.13-rc-management
4747
env:
4848
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost -rabbit collect_statistics_interval 4
4949
ports:

0 commit comments

Comments
 (0)