1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-21 02:43:05 +03:00

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

This commit is contained in:
Docker Library Bot
2025-02-20 11:44:40 -08:00
parent 807e218040
commit ce5da348e7
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.7
ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
ENV PG_VERSION 16.8
ENV PG_SHA256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8
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.7
ENV PG_SHA256 62e02f77ebfc4a37f1700c20cc3ccd85ff797b5613766ebf949a7899bb2113fe
ENV PG_VERSION 16.8
ENV PG_SHA256 9468083a56ce0ee7d294601b74dad3dd9fc69d87aff61f0a9fb63c813ff7efd8
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.7-1.pgdg120+1
ENV PG_VERSION 16.8-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.7-1.pgdg110+1
ENV PG_VERSION 16.8-1.pgdg110+1
RUN set -ex; \
\

View File

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