Update 15 to bookworm 15.6-1.pgdg120+2, bullseye 15.6-1.pgdg110+2

This commit is contained in:
Docker Library Bot 2024-02-12 11:12:29 -08:00
parent 901df4c333
commit 34d4c14c23
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -101,7 +101,7 @@
"ppc64el",
"s390x"
],
"version": "15.6-1.pgdg120+1"
"version": "15.6-1.pgdg120+2"
},
"bullseye": {
"arches": [
@ -110,7 +110,7 @@
"ppc64el",
"s390x"
],
"version": "15.6-1.pgdg110+1"
"version": "15.6-1.pgdg110+2"
},
"debian": "bookworm",
"major": 15,