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

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

This commit is contained in:
Docker Library Bot
2023-02-09 11:50:24 -08:00
parent ef45b99086
commit 156d0659d0
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.18
ENV PG_SHA256 d24f20efc52e918acfbcca21e9cea28e0e263b846a0c408fcfac3b3c4a0f7504
ENV PG_VERSION 11.19
ENV PG_SHA256 13109e2b71f1139405c27201da3733a61ace72ee1c228d9c9f0320e06aee14c2
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.18-1.pgdg110+1
ENV PG_VERSION 11.19-1.pgdg110+1
RUN set -ex; \
\

View File

@@ -7,15 +7,15 @@
"arm64",
"ppc64el"
],
"version": "11.18-1.pgdg110+1"
"version": "11.19-1.pgdg110+1"
},
"debian": "",
"debianSuites": [
"bullseye"
],
"major": 11,
"sha256": "d24f20efc52e918acfbcca21e9cea28e0e263b846a0c408fcfac3b3c4a0f7504",
"version": "11.18"
"sha256": "13109e2b71f1139405c27201da3733a61ace72ee1c228d9c9f0320e06aee14c2",
"version": "11.19"
},
"12": {
"alpine": "3.17",