forked from repo-mirrors/cnpg-postgres-containers
fix: update PostgreSQL versions (#155)
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
committed by
GitHub
parent
764f12f68c
commit
8c70808d56
@@ -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
|
||||||
|
Reference in New Issue
Block a user