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

This commit is contained in:
Docker Library Bot 2022-08-11 11:06:59 -07:00
parent bb963be60f
commit 5d3efd36f0
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 12 ENV PG_MAJOR 12
ENV PG_VERSION 12.11 ENV PG_VERSION 12.12
ENV PG_SHA256 1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302 ENV PG_SHA256 34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

@ -43,15 +43,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "12.11-1.pgdg110+1" "version": "12.12-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 12, "major": 12,
"sha256": "1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302", "sha256": "34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c",
"version": "12.11" "version": "12.12"
}, },
"13": { "13": {
"alpine": "3.16", "alpine": "3.16",