Skip to content

Commit

Permalink
Switch to alpine-based REDIS image
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Nov 22, 2024
1 parent 2c13fcc commit 17c9173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _integration-tests/utils/testcontainers.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func StartRedisTestContainer(t *testing.T) (*redis.RedisContainer, string) {
}

container, err := redis.Run(ctx,
"redis:7",
"redis:7-alpine",
testcontainers.WithLogger(testcontainers.TestLogger(t)),
WithTestLogConsumer(t),
testcontainers.WithWaitStrategy(
Expand Down

0 comments on commit 17c9173

Please sign in to comment.