Update 12 to 12.9, bullseye 12.9-1.pgdg110+1

This commit is contained in:
Docker Library Bot 2021-11-11 11:12:31 -08:00
parent b5b5a2f0b3
commit f8a5afdb15
3 changed files with 6 additions and 6 deletions

4
12/alpine/Dockerfile generated
View File

@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 12
ENV PG_VERSION 12.8
ENV PG_SHA256 e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a
ENV PG_VERSION 12.9
ENV PG_SHA256 89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce
RUN set -eux; \
\

View File

@ -90,7 +90,7 @@ RUN set -ex; \
ENV PG_MAJOR 12
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 12.8-1.pgdg110+1
ENV PG_VERSION 12.9-1.pgdg110+1
RUN set -ex; \
\

View File

@ -61,15 +61,15 @@
"arm64",
"ppc64el"
],
"version": "12.8-1.pgdg110+1"
"version": "12.9-1.pgdg110+1"
},
"debian": "bullseye",
"debianSuites": [
"bullseye"
],
"major": 12,
"sha256": "e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a",
"version": "12.8"
"sha256": "89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce",
"version": "12.9"
},
"13": {
"alpine": "3.14",