Skip to content

Commit 645f7aa

Browse files
committed
Updated Postgres version in test.
1 parent af7b7be commit 645f7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/no/nav/klage/document/repositories/TestPostgresqlContainer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TestPostgresqlContainer private constructor() :
66
PostgreSQLContainer<TestPostgresqlContainer?>(IMAGE_VERSION) {
77

88
companion object {
9-
private const val IMAGE_VERSION = "postgres:12.6"
9+
private const val IMAGE_VERSION = "postgres:15.4"
1010

1111
private val CONTAINER: TestPostgresqlContainer = TestPostgresqlContainer()
1212

0 commit comments

Comments
 (0)