Skip to content

Commit 8c70808

Browse files
authored
fix: update PostgreSQL versions (#155)
Signed-off-by: Jonathan Gonzalez V <[email protected]>
1 parent 764f12f commit 8c70808

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-bake.hcl

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ target "default" {
2727
"standard"
2828
]
2929
pgVersion = [
30-
"13.18",
31-
"14.15",
32-
"15.10",
33-
"16.6",
34-
"17.2"
30+
"13.20",
31+
"14.17",
32+
"15.12",
33+
"16.8",
34+
"17.4"
3535
]
3636
base = [
3737
// renovate: datasource=docker versioning=loose

0 commit comments

Comments
 (0)