Skip to content

Commit 60a449c

Browse files
committed
Update rabbitmq iamge
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 18859f5 commit 60a449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/ubuntu/cluster/gha-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function run_docker_compose
1919
docker compose --file "$script_dir/docker-compose.yml" $@
2020
}
2121

22-
readonly rabbitmq_image="${RABBITMQ_IMAGE:-pivotalrabbitmq/rabbitmq:main}"
22+
readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq:4.1.0-beta.4-management-alpine}"
2323

2424
if [[ ! -v GITHUB_ACTIONS ]]
2525
then

0 commit comments

Comments
 (0)