We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b629e commit 92fc7faCopy full SHA for 92fc7fa
modules/postgresql/src/main/java/org/testcontainers/containers/PostgreSQLContainer.java
@@ -15,7 +15,7 @@
15
public class PostgreSQLContainer<SELF extends PostgreSQLContainer<SELF>> extends JdbcDatabaseContainer<SELF> {
16
public static final String NAME = "postgresql";
17
public static final String IMAGE = "postgres";
18
- public static final String DEFAULT_TAG = "9.6.8";
+ public static final String DEFAULT_TAG = "9.6.12";
19
20
public static final Integer POSTGRESQL_PORT = 5432;
21
private String databaseName = "test";
0 commit comments