1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-13 19:01:51 +03:00

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

This commit is contained in:
Docker Library Bot
2024-11-21 12:09:59 -08:00
parent 9fadd0e250
commit c444845833
5 changed files with 10 additions and 10 deletions

View File

@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.14
ENV PG_SHA256 84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6
ENV PG_VERSION 14.15
ENV PG_SHA256 02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.14
ENV PG_SHA256 84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6
ENV PG_VERSION 14.15
ENV PG_SHA256 02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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

View File

@ -70,7 +70,7 @@
"ppc64el",
"s390x"
],
"version": "14.14-1.pgdg120+1"
"version": "14.15-1.pgdg120+1"
},
"bullseye": {
"arches": [
@ -79,18 +79,18 @@
"ppc64el",
"s390x"
],
"version": "14.14-1.pgdg110+1"
"version": "14.15-1.pgdg110+1"
},
"debian": "bookworm",
"major": 14,
"sha256": "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6",
"sha256": "02e891e314b4e9ee24cbd78028dab7c73f9c1ba3e30835bcbef71fe220401fc5",
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
],
"version": "14.14"
"version": "14.15"
},
"15": {
"alpine": "3.20",