diff --git a/12/bookworm/Dockerfile b/12/bookworm/Dockerfile index 3db6428e88..57a1adc6c0 100644 --- a/12/bookworm/Dockerfile +++ b/12/bookworm/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 12 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 12.18-1.pgdg120+1 +ENV PG_VERSION 12.18-1.pgdg120+2 RUN set -ex; \ \ diff --git a/12/bullseye/Dockerfile b/12/bullseye/Dockerfile index 98e115e2bc..be1f0a5679 100644 --- a/12/bullseye/Dockerfile +++ b/12/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 12 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 12.18-1.pgdg110+1 +ENV PG_VERSION 12.18-1.pgdg110+2 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 486395fcbb..609cc0c372 100644 --- a/versions.json +++ b/versions.json @@ -8,7 +8,7 @@ "ppc64el", "s390x" ], - "version": "12.18-1.pgdg120+1" + "version": "12.18-1.pgdg120+2" }, "bullseye": { "arches": [ @@ -17,7 +17,7 @@ "ppc64el", "s390x" ], - "version": "12.18-1.pgdg110+1" + "version": "12.18-1.pgdg110+2" }, "debian": "bookworm", "major": 12,