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

This commit is contained in:
Docker Library Bot 2024-08-08 10:06:32 -07:00
parent e324d93eba
commit 8cce578a43
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.7
ENV PG_SHA256 a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7
ENV PG_VERSION 15.8
ENV PG_SHA256 4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a
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.7
ENV PG_SHA256 a46fe49485ab6385e39dabbbb654f5d3049206f76cd695e224268729520998f7
ENV PG_VERSION 15.8
ENV PG_SHA256 4403515f9a69eeb3efebc98f30b8c696122bfdf895e92b3b23f5b8e769edcb6a
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.7-1.pgdg120+1
ENV PG_VERSION 15.8-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.7-1.pgdg110+1
ENV PG_VERSION 15.8-1.pgdg110+1
RUN set -ex; \
\

View File

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