Skip to content

Commit

Permalink
add version to rabbitmq service
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Oct 2, 2024
1 parent 943ad99 commit 64355c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/helpers/test-runner/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export async function loadOrPullServiceImages(suite: string): Promise<void> {
}

if (launchServices.includes(Service.RabbitMQ)) {
const image = `${config.RABBITMQ_DOCKER_IMAGE}`;
const image = `${config.RABBITMQ_DOCKER_IMAGE}:${config.RABBITMQ_VERSION}`;
images.push(image);
}

Expand Down

0 comments on commit 64355c2

Please sign in to comment.