Update 13 to bookworm 13.14-1.pgdg120+2, bullseye 13.14-1.pgdg110+2

This commit is contained in:
Docker Library Bot 2024-02-12 11:05:32 -08:00
parent 6e883d9b1e
commit a2de6cd9b0
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -39,7 +39,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "13.14-1.pgdg120+1" "version": "13.14-1.pgdg120+2"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -48,7 +48,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "13.14-1.pgdg110+1" "version": "13.14-1.pgdg110+2"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 13, "major": 13,