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

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

This commit is contained in:
Docker Library Bot
2025-02-20 11:59:30 -08:00
parent ce5da348e7
commit 729d22b104
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.3 ENV PG_VERSION 17.4
ENV PG_SHA256 13c18b35bf67a97bd639925fc581db7fd2aae4d3548eac39fcdb8da74ace2bea ENV PG_SHA256 c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17 ENV PG_MAJOR 17
ENV PG_VERSION 17.3 ENV PG_VERSION 17.4
ENV PG_SHA256 13c18b35bf67a97bd639925fc581db7fd2aae4d3548eac39fcdb8da74ace2bea ENV PG_SHA256 c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7
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 17 ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.3-3.pgdg120+1 ENV PG_VERSION 17.4-1.pgdg120+2
RUN set -ex; \ RUN set -ex; \
\ \

View File

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

View File

@ -132,7 +132,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "17.3-3.pgdg120+1" "version": "17.4-1.pgdg120+2"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -141,17 +141,17 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "17.3-3.pgdg110+1" "version": "17.4-1.pgdg110+2"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 17, "major": 17,
"sha256": "13c18b35bf67a97bd639925fc581db7fd2aae4d3548eac39fcdb8da74ace2bea", "sha256": "c4605b73fea11963406699f949b966e5d173a7ee0ccaef8938dec0ca8a995fe7",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.21", "alpine3.21",
"alpine3.20" "alpine3.20"
], ],
"version": "17.3" "version": "17.4"
} }
} }