Skip to content

Commit

Permalink
Bump redis versjon i integrasjonstester til samme versjon som i dev/p…
Browse files Browse the repository at this point in the history
…rod (#333)
  • Loading branch information
b162214 authored Oct 24, 2023
1 parent 7f46ada commit ffdc12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract class ContainerTest {
val topic = "helsearbeidsgiver.inntektsmelding"

val kafkaContainer = KafkaContainer(DockerImageName.parse("confluentinc/cp-kafka:7.5.1"))
val redisContainer = RedisContainer(RedisContainer.DEFAULT_IMAGE_NAME.withTag(RedisContainer.DEFAULT_TAG))
val redisContainer = RedisContainer(DockerImageName.parse("redis:7"))
val postgreSQLContainer = PostgreSQLContainer<Nothing>("postgres:14")

@BeforeAll
Expand Down

0 comments on commit ffdc12e

Please sign in to comment.