diff --git a/13/bookworm/Dockerfile b/13/bookworm/Dockerfile index bf47c93221..9680e20808 100644 --- a/13/bookworm/Dockerfile +++ b/13/bookworm/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 13 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 13.14-1.pgdg120+1 +ENV PG_VERSION 13.14-1.pgdg120+2 RUN set -ex; \ \ diff --git a/13/bullseye/Dockerfile b/13/bullseye/Dockerfile index 6a520a4690..8de5fe7ef8 100644 --- a/13/bullseye/Dockerfile +++ b/13/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 13 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 13.14-1.pgdg110+1 +ENV PG_VERSION 13.14-1.pgdg110+2 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 609cc0c372..639099583e 100644 --- a/versions.json +++ b/versions.json @@ -39,7 +39,7 @@ "ppc64el", "s390x" ], - "version": "13.14-1.pgdg120+1" + "version": "13.14-1.pgdg120+2" }, "bullseye": { "arches": [ @@ -48,7 +48,7 @@ "ppc64el", "s390x" ], - "version": "13.14-1.pgdg110+1" + "version": "13.14-1.pgdg110+2" }, "debian": "bookworm", "major": 13,