From 594a36c615f5ce5f2f342c333a7be7098deee730 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 11 Aug 2024 13:28:09 +1000 Subject: [PATCH] Update for new PostgreSQL point release(s) As per: https://www.postgresql.org/docs/release/16.4/ --- Dockerfile.alpine | 10 +++++----- Dockerfile.bookworm | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index dab0933..46f1b70 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -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 diff --git a/Dockerfile.bookworm b/Dockerfile.bookworm index 87aa10f..6666b97 100644 --- a/Dockerfile.bookworm +++ b/Dockerfile.bookworm @@ -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