Skip to content

Commit

Permalink
Update for new PostgreSQL point release(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Aug 11, 2024
1 parent ee5b5da commit 594a36c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ENV PG95=9.5.25
ENV PG96=9.6.24
ENV PG10=10.23
ENV PG11=11.22
ENV PG12=12.19
ENV PG13=13.15
ENV PG14=14.12
ENV PG15=15.7
ENV PG16=16.3
ENV PG12=12.20
ENV PG13=13.16
ENV PG14=14.13
ENV PG15=15.8
ENV PG16=16.4

# Where we'll do all our compiling and similar
ENV BUILD_ROOT /buildroot
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ENV PG95=9.5.25
ENV PG96=9.6.24
ENV PG10=10.23
ENV PG11=11.22
ENV PG12=12.19
ENV PG13=13.15
ENV PG14=14.12
ENV PG15=15.7
ENV PG16=16.3
ENV PG12=12.20
ENV PG13=13.16
ENV PG14=14.13
ENV PG15=15.8
ENV PG16=16.4

# Where we'll do all our compiling and similar
ENV BUILD_ROOT /buildroot
Expand Down

0 comments on commit 594a36c

Please sign in to comment.