Update 16 to bookworm 16.4-1.pgdg120+2, bullseye 16.4-1.pgdg110+2

This commit is contained in:
Docker Library Bot 2024-09-26 11:03:00 -07:00
parent eaa1c35769
commit c9906f922d
3 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.4-1.pgdg120+1 ENV PG_VERSION 16.4-1.pgdg120+2
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.4-1.pgdg110+1 ENV PG_VERSION 16.4-1.pgdg110+2
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -132,7 +132,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.4-1.pgdg120+1" "version": "16.4-1.pgdg120+2"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -141,7 +141,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.4-1.pgdg110+1" "version": "16.4-1.pgdg110+2"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 16, "major": 16,