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

Update 16 to 16.6, bookworm 16.6-1.pgdg120+1, bullseye 16.6-1.pgdg110+1

This commit is contained in:
Docker Library Bot 2024-11-21 12:14:24 -08:00
parent 50b4cdb50e
commit 960ebdf14e
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 16
ENV PG_VERSION 16.5
ENV PG_SHA256 a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0
ENV PG_VERSION 16.6
ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
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 16
ENV PG_VERSION 16.5
ENV PG_SHA256 a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0
ENV PG_VERSION 16.6
ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.5-1.pgdg120+1
ENV PG_VERSION 16.6-1.pgdg120+1
RUN set -ex; \
\

View File

@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.5-1.pgdg110+1
ENV PG_VERSION 16.6-1.pgdg110+1
RUN set -ex; \
\

View File

@ -132,7 +132,7 @@
"ppc64el",
"s390x"
],
"version": "16.5-1.pgdg120+1"
"version": "16.6-1.pgdg120+1"
},
"bullseye": {
"arches": [
@ -141,18 +141,18 @@
"ppc64el",
"s390x"
],
"version": "16.5-1.pgdg110+1"
"version": "16.6-1.pgdg110+1"
},
"debian": "bookworm",
"major": 16,
"sha256": "a6cbbb7037f98cb8afa7d3970b7c48040cf02b115e39253a0c037a8bb8e778f0",
"sha256": "23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b",
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
],
"version": "16.5"
"version": "16.6"
},
"17": {
"alpine": "3.20",