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

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

This commit is contained in:
Docker Library Bot
2022-11-10 11:02:18 -08:00
parent d940269b9c
commit 1402244035
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PG_VERSION 11.17 ENV PG_VERSION 11.18
ENV PG_SHA256 6e984963ae0765e61577995103a7e6594db0f0bd01528ac123e0de4a6a4cb4c4 ENV PG_SHA256 d24f20efc52e918acfbcca21e9cea28e0e263b846a0c408fcfac3b3c4a0f7504
RUN set -eux; \ RUN set -eux; \
\ \

View File

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

View File

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