diff --git a/16/bookworm/Dockerfile b/16/bookworm/Dockerfile index 70b739b032..37451960bf 100644 --- a/16/bookworm/Dockerfile +++ b/16/bookworm/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 16 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 16.2-1.pgdg120+1 +ENV PG_VERSION 16.2-1.pgdg120+2 RUN set -ex; \ \ diff --git a/16/bullseye/Dockerfile b/16/bullseye/Dockerfile index e13f449597..3427042156 100644 --- a/16/bullseye/Dockerfile +++ b/16/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 16 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 16.2-1.pgdg110+1 +ENV PG_VERSION 16.2-1.pgdg110+2 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 832408a656..0311dfed38 100644 --- a/versions.json +++ b/versions.json @@ -132,7 +132,7 @@ "ppc64el", "s390x" ], - "version": "16.2-1.pgdg120+1" + "version": "16.2-1.pgdg120+2" }, "bullseye": { "arches": [ @@ -141,7 +141,7 @@ "ppc64el", "s390x" ], - "version": "16.2-1.pgdg110+1" + "version": "16.2-1.pgdg110+2" }, "debian": "bookworm", "major": 16,