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

Update 14 to 14.17, bookworm 14.17-1.pgdg120+1, bullseye 14.17-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2025-02-20 11:16:15 -08:00
parent 2f7aa21430
commit dabb1fcefb
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.16 ENV PG_VERSION 14.17
ENV PG_SHA256 673c26f15ebb14306ad0ea051d8acfb3915dd342de942f5b502e5354a0ab760c ENV PG_SHA256 6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.16 ENV PG_VERSION 14.17
ENV PG_SHA256 673c26f15ebb14306ad0ea051d8acfb3915dd342de942f5b502e5354a0ab760c ENV PG_SHA256 6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

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

View File

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

View File

@ -39,7 +39,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "14.16-1.pgdg120+1" "version": "14.17-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -48,18 +48,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "14.16-1.pgdg110+1" "version": "14.17-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 14, "major": 14,
"sha256": "673c26f15ebb14306ad0ea051d8acfb3915dd342de942f5b502e5354a0ab760c", "sha256": "6ce0ccd6403bf7f0f2eddd333e2ee9ba02edfa977c66660ed9b4b1057e7630a1",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.21", "alpine3.21",
"alpine3.20" "alpine3.20"
], ],
"version": "14.16" "version": "14.17"
}, },
"15": { "15": {
"alpine": "3.21", "alpine": "3.21",