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

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

This commit is contained in:
Docker Library Bot
2024-11-14 11:20:16 -08:00
parent 9c7abb997a
commit 89e0c9265d
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.8
ENV PG_SHA256 4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a
ENV PG_VERSION 15.9
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783
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.8
ENV PG_SHA256 4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a
ENV PG_VERSION 15.9
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783
ENV DOCKER_PG_LLVM_DEPS \
llvm15-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.8-1.pgdg120+1
ENV PG_VERSION 15.9-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.8-1.pgdg110+1
ENV PG_VERSION 15.9-1.pgdg110+1
RUN set -ex; \
\

View File

@@ -101,7 +101,7 @@
"ppc64el",
"s390x"
],
"version": "15.8-1.pgdg120+1"
"version": "15.9-1.pgdg120+1"
},
"bullseye": {
"arches": [
@@ -110,18 +110,18 @@
"ppc64el",
"s390x"
],
"version": "15.8-1.pgdg110+1"
"version": "15.9-1.pgdg110+1"
},
"debian": "bookworm",
"major": 15,
"sha256": "4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a",
"sha256": "74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783",
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
],
"version": "15.8"
"version": "15.9"
},
"16": {
"alpine": "3.20",