Skip to content

Commit eaaffab

Browse files
chore(deps): update dependency homebrew/postgresql@16 to v16.8
1 parent c64bf9f commit eaaffab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV PG14_VERSION=14.15
2525
ENV PG15_VERSION=15.10
2626

2727
# renovate: datasource=repology depName=homebrew/postgresql@16 versioning=loose
28-
ENV PG16_VERSION=16.6
28+
ENV PG16_VERSION=16.8
2929

3030
# Where we'll do all our compiling and similar
3131
ENV BUILD_ROOT=/buildroot

Dockerfile.bookworm

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV PG14_VERSION=14.15
2222
ENV PG15_VERSION=15.10
2323

2424
# renovate: datasource=repology depName=homebrew/postgresql@16 versioning=loose
25-
ENV PG16_VERSION=16.6
25+
ENV PG16_VERSION=16.8
2626

2727
# Where we'll do all our compiling and similar
2828
ENV BUILD_ROOT=/buildroot

0 commit comments

Comments
 (0)