Skip to content

Commit

Permalink
net: use redis 7 (#2895)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
AlexanderYastrebov authored Feb 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f35824c commit be4ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/redistest/redistest.go
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ func NewTestRedisWithPassword(t testing.TB, password string) (address string, do

container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "redis:6-alpine",
Image: "redis:7-alpine",
Cmd: args,
ExposedPorts: []string{"6379/tcp"},
WaitingFor: wait.ForAll(

0 comments on commit be4ef50

Please sign in to comment.