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

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

This commit is contained in:
Docker Library Bot
2025-02-20 11:30:20 -08:00
parent dabb1fcefb
commit 807e218040
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 15
ENV PG_VERSION 15.11
ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0
ENV PG_VERSION 15.12
ENV PG_SHA256 3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7
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 15
ENV PG_VERSION 15.11
ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0
ENV PG_VERSION 15.12
ENV PG_SHA256 3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

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

View File

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

View File

@ -70,7 +70,7 @@
"ppc64el",
"s390x"
],
"version": "15.11-1.pgdg120+1"
"version": "15.12-1.pgdg120+1"
},
"bullseye": {
"arches": [
@ -79,18 +79,18 @@
"ppc64el",
"s390x"
],
"version": "15.11-1.pgdg110+1"
"version": "15.12-1.pgdg110+1"
},
"debian": "bookworm",
"major": 15,
"sha256": "5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0",
"sha256": "3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7",
"variants": [
"bookworm",
"bullseye",
"alpine3.21",
"alpine3.20"
],
"version": "15.11"
"version": "15.12"
},
"16": {
"alpine": "3.21",