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

This commit is contained in:
Docker Library Bot 2024-02-08 11:40:08 -08:00
parent 3b6cb599da
commit 539bdac35d
5 changed files with 10 additions and 10 deletions

View File

@ -23,8 +23,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.5 ENV PG_VERSION 15.6
ENV PG_SHA256 8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 ENV PG_SHA256 8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@ -23,8 +23,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.5 ENV PG_VERSION 15.6
ENV PG_SHA256 8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6 ENV PG_SHA256 8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@ -90,7 +90,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.5-1.pgdg120+1 ENV PG_VERSION 15.6-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -90,7 +90,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.5-1.pgdg110+1 ENV PG_VERSION 15.6-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@ -101,7 +101,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "15.5-1.pgdg120+1" "version": "15.6-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -110,18 +110,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "15.5-1.pgdg110+1" "version": "15.6-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 15, "major": 15,
"sha256": "8f53aa95d78eb8e82536ea46b68187793b42bba3b4f65aa342f540b23c9b10a6", "sha256": "8455146ed9c69c93a57de954aead0302cafad035c2b242175d6aa1e17ebcb2fb",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.19",
"alpine3.18" "alpine3.18"
], ],
"version": "15.5" "version": "15.6"
}, },
"16": { "16": {
"alpine": "3.19", "alpine": "3.19",