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

Update 10 to 10.22, bullseye 10.22-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-08-11 12:00:19 -07:00
parent 56a1986772
commit 91cd38efaa
3 changed files with 6 additions and 6 deletions

4
10/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.21
ENV PG_SHA256 d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1
ENV PG_VERSION 10.22
ENV PG_SHA256 955977555c69df1a64f44b81d4a1987eb74abbd1870579f5ad9d946133dd8e4d
RUN set -eux; \
\

View File

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

View File

@@ -7,15 +7,15 @@
"arm64",
"ppc64el"
],
"version": "10.21-1.pgdg110+1"
"version": "10.22-1.pgdg110+1"
},
"debian": "",
"debianSuites": [
"bullseye"
],
"major": 10,
"sha256": "d32198856d52a9a6f5d50642ef86687ac058bd6efca5c9ed57be7808496f45d1",
"version": "10.21"
"sha256": "955977555c69df1a64f44b81d4a1987eb74abbd1870579f5ad9d946133dd8e4d",
"version": "10.22"
},
"11": {
"alpine": "3.16",