1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-24 01:01:07 +03:00

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

This commit is contained in:
Docker Library Bot
2025-02-13 10:46:14 -08:00
parent 607fdbdadc
commit c17c1aad6b
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.6
ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
ENV PG_VERSION 16.7
ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
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.6
ENV PG_SHA256 23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b
ENV PG_VERSION 16.7
ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
ENV DOCKER_PG_LLVM_DEPS \
llvm19-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.6-1.pgdg120+1
ENV PG_VERSION 16.7-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.6-1.pgdg110+1
ENV PG_VERSION 16.7-1.pgdg110+1
RUN set -ex; \
\

View File

@ -101,7 +101,7 @@
"ppc64el",
"s390x"
],
"version": "16.6-1.pgdg120+1"
"version": "16.7-1.pgdg120+1"
},
"bullseye": {
"arches": [
@ -110,18 +110,18 @@
"ppc64el",
"s390x"
],
"version": "16.6-1.pgdg110+1"
"version": "16.7-1.pgdg110+1"
},
"debian": "bookworm",
"major": 16,
"sha256": "23369cdaccd45270ac5dcc30fa9da205d5be33fa505e1f17a0418d2caeca477b",
"sha256": "62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe",
"variants": [
"bookworm",
"bullseye",
"alpine3.21",
"alpine3.20"
],
"version": "16.6"
"version": "16.7"
},
"17": {
"alpine": "3.21",