1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-04-19 11:42:18 +03:00

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

This commit is contained in:
Docker Library Bot 2024-11-21 12:12:11 -08:00
parent c444845833
commit 50b4cdb50e
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.9 ENV PG_VERSION 15.10
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783 ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573
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.9 ENV PG_VERSION 15.10
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783 ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-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.9-1.pgdg120+1 ENV PG_VERSION 15.10-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.9-1.pgdg110+1 ENV PG_VERSION 15.10-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

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