Skip to content

Commit

Permalink
Update Redis Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Sep 16, 2023
1 parent d848f29 commit 442f94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestUltimateRedisApplication {
@Bean
@ServiceConnection(name = "redis")
GenericContainer<?> redisContainer() {
return new GenericContainer<>(DockerImageName.parse("redis").withTag("7.2.0-alpine"))
return new GenericContainer<>(DockerImageName.parse("redis").withTag("7.2.1-alpine"))
.withExposedPorts(6379);
}

Expand Down

0 comments on commit 442f94f

Please sign in to comment.