We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7b7be commit 645f7aaCopy full SHA for 645f7aa
src/test/kotlin/no/nav/klage/document/repositories/TestPostgresqlContainer.kt
@@ -6,7 +6,7 @@ class TestPostgresqlContainer private constructor() :
6
PostgreSQLContainer<TestPostgresqlContainer?>(IMAGE_VERSION) {
7
8
companion object {
9
- private const val IMAGE_VERSION = "postgres:12.6"
+ private const val IMAGE_VERSION = "postgres:15.4"
10
11
private val CONTAINER: TestPostgresqlContainer = TestPostgresqlContainer()
12
0 commit comments