Test using an up-to-date version of Postgres

See gh-28296
This commit is contained in:
Andy Wilkinson 2021-10-13 11:56:44 +01:00
parent b0dfca7d92
commit 9514a72d5a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public final class DockerImageNames {
private static final String NEO4J_VERSION = "4.0";
private static final String POSTGRESQL_VERSION = "9.6.21";
private static final String POSTGRESQL_VERSION = "14.0";
private static final String REDIS_VERSION = "4.0.14";