Skip to content

Commit

Permalink
Update TestcontainersConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 7, 2025
1 parent 9aa5d56 commit 009c637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ DynamicPropertyRegistrar dynamicPropertyRegistrar(RedisClusterContainer redisClu
@ServiceConnection("redis")
@Profile(AppConstants.PROFILE_NOT_CLUSTER)
RedisContainer redisContainer() {
return new RedisContainer(DockerImageName.parse("redis").withTag("7.4.1-alpine"));
return new RedisContainer(DockerImageName.parse("redis").withTag("7.4.2-alpine"));
}
}

0 comments on commit 009c637

Please sign in to comment.