1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-03 22:31:18 +03:00

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

This commit is contained in:
Docker Library Bot
2022-05-12 11:09:21 -07:00
parent e97d27525d
commit 88ad1cf976
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.10 ENV PG_VERSION 12.11
ENV PG_SHA256 83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257 ENV PG_SHA256 1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302
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.10-1.pgdg110+1 ENV PG_VERSION 12.11-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -61,15 +61,15 @@
"arm64", "arm64",
"ppc64el" "ppc64el"
], ],
"version": "12.10-1.pgdg110+1" "version": "12.11-1.pgdg110+1"
}, },
"debian": "bullseye", "debian": "bullseye",
"debianSuites": [ "debianSuites": [
"bullseye" "bullseye"
], ],
"major": 12, "major": 12,
"sha256": "83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257", "sha256": "1026248a5fd2beeaf43e4c7236ac817e56d58b681a335856465dfbc75b3e8302",
"version": "12.10" "version": "12.11"
}, },
"13": { "13": {
"alpine": "3.15", "alpine": "3.15",