1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-08 17:02:28 +03:00

Update 14 to 14.19, trixie 14.19-1.pgdg13+1, bookworm 14.19-1.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-08-14 09:25:20 -07:00
parent 1984f1787a
commit 836ebeb884
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 14
ENV PG_VERSION 14.18
ENV PG_SHA256 83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e
ENV PG_VERSION 14.19
ENV PG_SHA256 727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.18
ENV PG_SHA256 83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e
ENV PG_VERSION 14.19
ENV PG_SHA256 727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

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

2
14/trixie/Dockerfile generated
View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 14
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 14.18-1.pgdg130+1
ENV PG_VERSION 14.19-1.pgdg13+1
RUN set -ex; \
\

View File

@@ -119,7 +119,7 @@
"alpine": "3.22",
"debian": "trixie",
"trixie": {
"version": "14.18-1.pgdg130+1",
"version": "14.19-1.pgdg13+1",
"arches": [
"amd64",
"arm64",
@@ -133,15 +133,15 @@
"alpine3.21"
],
"bookworm": {
"version": "14.18-1.pgdg120+1",
"version": "14.19-1.pgdg12+1",
"arches": [
"amd64",
"arm64",
"ppc64el"
]
},
"version": "14.18",
"sha256": "83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e",
"version": "14.19",
"sha256": "727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80",
"major": 14
},
"13": {