Skip to content

Commit

Permalink
Review: Update PG Docker image used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Oct 10, 2024
1 parent 38cda05 commit 4adf783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magnum-pg/src/test/scala/PgCodecTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class PgCodecTests extends FunSuite, TestContainersFixtures:

val pgContainer = ForAllContainerFixture(
PostgreSQLContainer
.Def(dockerImageName = DockerImageName.parse("postgres:15.2"))
.Def(dockerImageName = DockerImageName.parse("postgres:17.0"))
.createContainer()
)

Expand Down
2 changes: 1 addition & 1 deletion magnum/src/test/scala/PgTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ class PgTests extends FunSuite, TestContainersFixtures:

val pgContainer = ForAllContainerFixture(
PostgreSQLContainer
.Def(dockerImageName = DockerImageName.parse("postgres:15.2"))
.Def(dockerImageName = DockerImageName.parse("postgres:17.0"))
.createContainer()
)

Expand Down

0 comments on commit 4adf783

Please sign in to comment.