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

Update 11 to 11.17, bullseye 11.17-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2022-08-11 11:02:18 -07:00
parent 623c00456e
commit bb963be60f
3 changed files with 6 additions and 6 deletions

4
11/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11
ENV PG_VERSION 11.16
ENV PG_SHA256 2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5
ENV PG_VERSION 11.17
ENV PG_SHA256 6e984963ae0765e61577995103a7e6594db0f0bd01528ac123e0de4a6a4cb4c4
RUN set -eux; \
\

View File

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

View File

@@ -25,15 +25,15 @@
"arm64",
"ppc64el"
],
"version": "11.16-1.pgdg110+1"
"version": "11.17-1.pgdg110+1"
},
"debian": "",
"debianSuites": [
"bullseye"
],
"major": 11,
"sha256": "2dd9e111f0a5949ee7cacc065cea0fb21092929bae310ce05bf01b4ffc5103a5",
"version": "11.16"
"sha256": "6e984963ae0765e61577995103a7e6594db0f0bd01528ac123e0de4a6a4cb4c4",
"version": "11.17"
},
"12": {
"alpine": "3.16",