Update 14 to bookworm 14.11-1.pgdg120+2, bullseye 14.11-1.pgdg110+2

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

View File

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

View File

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

View File

@ -70,7 +70,7 @@
"ppc64el",
"s390x"
],
"version": "14.11-1.pgdg120+1"
"version": "14.11-1.pgdg120+2"
},
"bullseye": {
"arches": [
@ -79,7 +79,7 @@
"ppc64el",
"s390x"
],
"version": "14.11-1.pgdg110+1"
"version": "14.11-1.pgdg110+2"
},
"debian": "bookworm",
"major": 14,