Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
upgrade test containers and redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Feb 3, 2021
1 parent 7e33254 commit a0efa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ http4k_version=4.2.0.0
junit_version=5.7.0
kotlin_version=1.4.21
forkhandles_version=1.8.1.0
testcontainers_version=1.15.0
testcontainers_version=1.15.1
org.gradle.jvmargs=-XX:MaxMetaspaceSize=4096m

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RedisStorageTest : StorageContract() {
}

@Container
val redis = GenericContainer<GenericContainer<*>>(DockerImageName.parse("redis:5.0.3-alpine"))
val redis = GenericContainer<GenericContainer<*>>(DockerImageName.parse("redis:6.0.10-alpine"))
.withExposedPorts(6379)

override val storage: Storage<AnEntity> by lazy {
Expand Down

0 comments on commit a0efa2a

Please sign in to comment.