diff --git a/10/alpine/Dockerfile b/10/alpine/Dockerfile index 094062425c..a5ec816325 100644 --- a/10/alpine/Dockerfile +++ b/10/alpine/Dockerfile @@ -23,8 +23,8 @@ ENV LANG en_US.utf8 RUN mkdir /docker-entrypoint-initdb.d ENV PG_MAJOR 10 -ENV PG_VERSION 10.18 -ENV PG_SHA256 57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801 +ENV PG_VERSION 10.19 +ENV PG_SHA256 6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239 RUN set -eux; \ \ diff --git a/10/bullseye/Dockerfile b/10/bullseye/Dockerfile index 6fa86355d0..074a513c04 100644 --- a/10/bullseye/Dockerfile +++ b/10/bullseye/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 10 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 10.18-1.pgdg110+1 +ENV PG_VERSION 10.19-1.pgdg110+1 RUN set -ex; \ \ diff --git a/10/stretch/Dockerfile b/10/stretch/Dockerfile index c33e797bbc..e7999dfc97 100644 --- a/10/stretch/Dockerfile +++ b/10/stretch/Dockerfile @@ -90,7 +90,7 @@ RUN set -ex; \ ENV PG_MAJOR 10 ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin -ENV PG_VERSION 10.18-1.pgdg90+1 +ENV PG_VERSION 10.19-1.pgdg90+1 RUN set -ex; \ \ diff --git a/versions.json b/versions.json index abed9526fa..f5a6792859 100644 --- a/versions.json +++ b/versions.json @@ -7,7 +7,7 @@ "arm64", "ppc64el" ], - "version": "10.18-1.pgdg110+1" + "version": "10.19-1.pgdg110+1" }, "debian": "stretch", "debianSuites": [ @@ -15,16 +15,16 @@ "stretch" ], "major": 10, - "sha256": "57477c2edc82c3f86a74747707b3babc1f301f389315ae14e819e025c0ba3801", + "sha256": "6eb830b428b60e84ae87e20436bce679c4d9d0202be7aec0e41b0c67d9134239", "stretch": { "arches": [ "amd64", "i386", "ppc64el" ], - "version": "10.18-1.pgdg90+1" + "version": "10.19-1.pgdg90+1" }, - "version": "10.18" + "version": "10.19" }, "11": { "alpine": "3.14",