fix: update PostgreSQL versions (#155)

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V.
2025-02-21 16:23:26 +01:00
committed by GitHub
parent 764f12f68c
commit 8c70808d56

View File

@@ -27,11 +27,11 @@ target "default" {
"standard" "standard"
] ]
pgVersion = [ pgVersion = [
"13.18", "13.20",
"14.15", "14.17",
"15.10", "15.12",
"16.6", "16.8",
"17.2" "17.4"
] ]
base = [ base = [
// renovate: datasource=docker versioning=loose // renovate: datasource=docker versioning=loose