1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-10 00:41:17 +03:00

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

This commit is contained in:
Docker Library Bot
2025-02-13 10:31:47 -08:00
parent 4bc3d04127
commit 607fdbdadc
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PG_VERSION 15.10 ENV PG_VERSION 15.11
ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PG_VERSION 15.10 ENV PG_VERSION 15.11
ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573 ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

@@ -89,7 +89,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.10-1.pgdg120+1 ENV PG_VERSION 15.11-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -89,7 +89,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.10-1.pgdg110+1 ENV PG_VERSION 15.11-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

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