Skip to content

Commit

Permalink
Update postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 2, 2025
1 parent 42d6877 commit 5e7a950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public class SQLContainersConfig {
@ServiceConnection
@RestartScope
PostgreSQLContainer<?> postgreSQLContainer() {
return new PostgreSQLContainer<>(DockerImageName.parse("postgres").withTag("16.4-alpine"));
return new PostgreSQLContainer<>(DockerImageName.parse("postgres").withTag("17.2-alpine"));
}
}

0 comments on commit 5e7a950

Please sign in to comment.