1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00

Update 12 to 12.8, buster 12.8-1.pgdg100+1

This commit is contained in:
Docker Library Bot
2021-08-12 11:11:16 -07:00
parent 415040d370
commit cf175692c1
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.7
ENV PG_SHA256 8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995
ENV PG_VERSION 12.8
ENV PG_SHA256 e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a
RUN set -eux; \
\

2
12/buster/Dockerfile generated
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.7-1.pgdg100+1
ENV PG_VERSION 12.8-1.pgdg100+1
RUN set -ex; \
\

View File

@@ -64,15 +64,15 @@
"i386",
"ppc64el"
],
"version": "12.7-1.pgdg100+1"
"version": "12.8-1.pgdg100+1"
},
"debian": "buster",
"debianSuites": [
"buster"
],
"major": 12,
"sha256": "8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995",
"version": "12.7"
"sha256": "e26401e090c34ccb15ffb33a111f340833833535a7b7c5cd11cd88ab57d9c62a",
"version": "12.8"
},
"13": {
"alpine": "3.14",