Skip to content

Commit

Permalink
chore(deps): update redis to v7.4.1 in testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 2, 2025
1 parent 1454435 commit 901babb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public class NonSQLContainersConfig {
@ServiceConnection(name = "redis")
@RestartScope
RedisContainer redisContainer() {
return new RedisContainer(RedisContainer.DEFAULT_IMAGE_NAME.withTag("7.4.0-alpine"));
return new RedisContainer(RedisContainer.DEFAULT_IMAGE_NAME.withTag("7.4.1-alpine"));
}
}

0 comments on commit 901babb

Please sign in to comment.