1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-25 12:22:02 +03:00

Update 17 to 17.2, bookworm 17.2-1.pgdg120+1, bullseye 17.2-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2024-11-21 12:16:44 -08:00
parent 960ebdf14e
commit 0b87a9bbd2
5 changed files with 10 additions and 10 deletions

View File

@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.1
ENV PG_SHA256 7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd
ENV PG_VERSION 17.2
ENV PG_SHA256 82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.1
ENV PG_SHA256 7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd
ENV PG_VERSION 17.2
ENV PG_SHA256 82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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

View File

@ -163,7 +163,7 @@
"ppc64el",
"s390x"
],
"version": "17.1-1.pgdg120+1"
"version": "17.2-1.pgdg120+1"
},
"bullseye": {
"arches": [
@ -172,17 +172,17 @@
"ppc64el",
"s390x"
],
"version": "17.1-1.pgdg110+1"
"version": "17.2-1.pgdg110+1"
},
"debian": "bookworm",
"major": 17,
"sha256": "7849db74ef6a8555d0723f87e81539301422fa9c8e9f21cce61fdc14e9199dcd",
"sha256": "82ef27c0af3751695d7f64e2d963583005fbb6a0c3df63d0e4b42211d7021164",
"variants": [
"bookworm",
"bullseye",
"alpine3.20",
"alpine3.19"
],
"version": "17.1"
"version": "17.2"
}
}