1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

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

This commit is contained in:
Docker Library Bot
2022-11-10 11:07:02 -08:00
parent 1402244035
commit 5ca94d535d
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.12
ENV PG_SHA256 34b3f1c69408e22068c0c71b1827691f1c89153b0ad576c1a44f8920a858039c
ENV PG_VERSION 12.13
ENV PG_SHA256 b6c623046af4548f11a84b407934d675d11ed070c793d15b04683bf5f322e02d
RUN set -eux; \
\

View File

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

View File

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