Skip to content

Commit

Permalink
Updating postgres test container to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
davet1985 committed Nov 11, 2024
1 parent 2121aeb commit 1030be7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class PostgresIntegrationBase {
private static final int SERVER_MAX_CONNECTIONS = 50;

private static final PostgreSQLContainer<?> POSTGRES = new PostgreSQLContainer<>(
"postgres:15-alpine"
"postgres:16-alpine"
).withDatabaseName("darts")
.withUsername("darts")
.withPassword("darts");
Expand Down

0 comments on commit 1030be7

Please sign in to comment.