diff --git a/14/bookworm/Dockerfile b/14/bookworm/Dockerfile index ec78178beb..8725665d37 100644 --- a/14/bookworm/Dockerfile +++ b/14/bookworm/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 14 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 14.11-1.pgdg120+1 +ENV PG_VERSION 14.11-1.pgdg120+2 RUN set -ex; \ \ diff --git a/14/bullseye/Dockerfile b/14/bullseye/Dockerfile index 33f2dfdb0c..838745c85b 100644 --- a/14/bullseye/Dockerfile +++ b/14/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 14 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 14.11-1.pgdg110+1 +ENV PG_VERSION 14.11-1.pgdg110+2 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 639099583e..ff00e51936 100644 --- a/versions.json +++ b/versions.json @@ -70,7 +70,7 @@ "ppc64el", "s390x" ], - "version": "14.11-1.pgdg120+1" + "version": "14.11-1.pgdg120+2" }, "bullseye": { "arches": [ @@ -79,7 +79,7 @@ "ppc64el", "s390x" ], - "version": "14.11-1.pgdg110+1" + "version": "14.11-1.pgdg110+2" }, "debian": "bookworm", "major": 14,