File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9898 - # renovate: datasource=repology depName=homebrew/postgresql@16 versioning=loose
9999 PG_VERSION : " 16.12"
100100 - # renovate: datasource=repology depName=homebrew/postgresql@17 versioning=loose
101- PG_VERSION : " 17.7 "
101+ PG_VERSION : " 17.8 "
102102 - # renovate: datasource=repology depName=homebrew/postgresql@18 versioning=loose
103103 PG_VERSION : " 18.1"
104104
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ENV PG15_VERSION=15.16
2525ENV PG16_VERSION=16.12
2626
2727# renovate: datasource=repology depName=homebrew/postgresql@17 versioning=loose
28- ENV PG17_VERSION=17.7
28+ ENV PG17_VERSION=17.8
2929
3030# Where we'll do all our compiling and similar
3131ENV BUILD_ROOT=/buildroot
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV PG15_VERSION=15.16
2222ENV PG16_VERSION=16.12
2323
2424# renovate: datasource=repology depName=homebrew/postgresql@17 versioning=loose
25- ENV PG17_VERSION=17.7
25+ ENV PG17_VERSION=17.8
2626
2727# Where we'll do all our compiling and similar
2828ENV BUILD_ROOT=/buildroot
You can’t perform that action at this time.
0 commit comments