Skip to content

Commit 54d708d

Browse files
renovate[bot]andyundso
authored andcommitted
chore(deps): update dependency homebrew/postgresql@17 to v17.8
1 parent 2830ceb commit 54d708d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
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

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV PG15_VERSION=15.16
2525
ENV 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
3131
ENV BUILD_ROOT=/buildroot

Dockerfile.trixie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PG15_VERSION=15.16
2222
ENV 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
2828
ENV BUILD_ROOT=/buildroot

0 commit comments

Comments
 (0)