mirror of
https://github.com/google/nomulus
synced 2026-07-06 16:16:38 +00:00
Update PostgreSQL version in builder image and tests (#2667)
This commit is contained in:
@@ -23,7 +23,7 @@ public class NomulusPostgreSql {
|
||||
|
||||
/** The current PostgreSql version in Cloud SQL. */
|
||||
// TODO(weiminyu): setup periodic checks to detect version changes in Cloud SQL.
|
||||
private static final String TARGET_VERSION = "11.21-alpine";
|
||||
private static final String TARGET_VERSION = "17-alpine";
|
||||
|
||||
/**
|
||||
* Returns the docker image of the targeted Postgresql server version.
|
||||
|
||||
Reference in New Issue
Block a user