Skip to content

Commit 92fc7fa

Browse files
sullisrnorth
authored andcommitted
Postgresql 9.6.8 -> 9.6.12 (#1350)
1 parent e5b629e commit 92fc7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends JdbcDatabaseContainer<SELF> {
1616
public static final String NAME = "postgresql";
1717
public static final String IMAGE = "postgres";
18-
public static final String DEFAULT_TAG = "9.6.8";
18+
public static final String DEFAULT_TAG = "9.6.12";
1919

2020
public static final Integer POSTGRESQL_PORT = 5432;
2121
private String databaseName = "test";

0 commit comments

Comments
 (0)