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

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

This commit is contained in:
Docker Library Bot
2023-09-14 11:02:56 -07:00
parent 2f0ed0c7e8
commit 8a631b939a
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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