Skip to content

Commit

Permalink
Update rabbitmq image version to 4.0.0-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Sep 19, 2024
1 parent 413304f commit 9d75cb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SpringBootRabbitMQApplicationTests {

@Container
@ServiceConnection
static RabbitMQContainer rabbitmq = new RabbitMQContainer("rabbitmq:3.11-alpine");
static RabbitMQContainer rabbitmq = new RabbitMQContainer("rabbitmq:4.0.0-alpine");

@Autowired
private AmqpTemplate amqpTemplate;
Expand Down

0 comments on commit 9d75cb7

Please sign in to comment.