Skip to content

Commit

Permalink
chore(modules/rabbitmq): update container image to 3.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia committed Dec 30, 2023
1 parent 9060ff7 commit ae6a3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rabbitmq/rabbitmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (c *RabbitMQContainer) HttpsURL(ctx context.Context) (string, error) {
// RunContainer creates an instance of the RabbitMQ container type
func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*RabbitMQContainer, error) {
req := testcontainers.ContainerRequest{
Image: "rabbitmq:3.7.25-management-alpine",
Image: "rabbitmq:3.12.11-management-alpine",
Env: map[string]string{
"RABBITMQ_DEFAULT_USER": defaultUser,
"RABBITMQ_DEFAULT_PASS": defaultPassword,
Expand Down

0 comments on commit ae6a3e7

Please sign in to comment.