diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index 6a95ea66c8..37181f68fc 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -23,8 +23,8 @@ ENV LANG en_US.utf8 RUN mkdir /docker-entrypoint-initdb.d ENV PG_MAJOR 11 -ENV PG_VERSION 11.13 -ENV PG_SHA256 a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48 +ENV PG_VERSION 11.14 +ENV PG_SHA256 965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999 RUN set -eux; \ \ diff --git a/11/bullseye/Dockerfile b/11/bullseye/Dockerfile index a1a09dca40..9c184c1da9 100644 --- a/11/bullseye/Dockerfile +++ b/11/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 11 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 11.13-1.pgdg110+1 +ENV PG_VERSION 11.14-1.pgdg110+1 RUN set -ex; \ \ diff --git a/11/stretch/Dockerfile b/11/stretch/Dockerfile index 794a0f66c4..f16e26e491 100644 --- a/11/stretch/Dockerfile +++ b/11/stretch/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 11 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 11.13-1.pgdg90+1 +ENV PG_VERSION 11.14-1.pgdg90+1 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index 5334087c1f..39bf85ee12 100644 --- a/versions.json +++ b/versions.json @@ -34,7 +34,7 @@ "arm64", "ppc64el" ], - "version": "11.13-1.pgdg110+1" + "version": "11.14-1.pgdg110+1" }, "debian": "stretch", "debianSuites": [ @@ -42,16 +42,16 @@ "stretch" ], "major": 11, - "sha256": "a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48", + "sha256": "965c7f4be96fb64f9581852c58c4f05c3812d4ad823c0f3e2bdfe777c162f999", "stretch": { "arches": [ "amd64", "i386", "ppc64el" ], - "version": "11.13-1.pgdg90+1" + "version": "11.14-1.pgdg90+1" }, - "version": "11.13" + "version": "11.14" }, "12": { "alpine": "3.14",