From 415040d370e989dd3e6010bcdee5ba2440273598 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 12 Aug 2021 11:02:23 -0700 Subject: [PATCH] Update 11 to 11.13, buster 11.13-1.pgdg100+1, stretch 11.13-1.pgdg90+1 --- 11/alpine/Dockerfile | 4 ++-- 11/buster/Dockerfile | 2 +- 11/stretch/Dockerfile | 2 +- versions.json | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index acf676c668..6a95ea66c8 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.12 -ENV PG_SHA256 87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04 +ENV PG_VERSION 11.13 +ENV PG_SHA256 a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48 RUN set -eux; \ \ diff --git a/11/buster/Dockerfile b/11/buster/Dockerfile index 5c8dd5ebef..b785bd92f3 100644 --- a/11/buster/Dockerfile +++ b/11/buster/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.12-1.pgdg100+1 +ENV PG_VERSION 11.13-1.pgdg100+1 RUN set -ex; \ \ diff --git a/11/stretch/Dockerfile b/11/stretch/Dockerfile index da1b9e5f5b..794a0f66c4 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.12-1.pgdg90+1 +ENV PG_VERSION 11.13-1.pgdg90+1 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index b919cc0b5a..6dcba55626 100644 --- a/versions.json +++ b/versions.json @@ -36,7 +36,7 @@ "i386", "ppc64el" ], - "version": "11.12-1.pgdg100+1" + "version": "11.13-1.pgdg100+1" }, "debian": "stretch", "debianSuites": [ @@ -44,16 +44,16 @@ "stretch" ], "major": 11, - "sha256": "87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04", + "sha256": "a0c3689ff7f565288002cbc138779d5121d74831a5e8341aea7aa86e99b6bc48", "stretch": { "arches": [ "amd64", "i386", "ppc64el" ], - "version": "11.12-1.pgdg90+1" + "version": "11.13-1.pgdg90+1" }, - "version": "11.12" + "version": "11.13" }, "12": { "alpine": "3.14",