1
0
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:
Lai Jiang
2025-02-18 12:34:41 -05:00
committed by GitHub
parent df7fec7a3e
commit b73e342820
9 changed files with 193 additions and 18 deletions
@@ -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.