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

Update 13 to 13.19, bookworm 13.19-1.pgdg120+1, bullseye 13.19-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2025-02-13 10:01:24 -08:00
parent 3521b2f752
commit 7da49aaa6a
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 13
ENV PG_VERSION 13.18
ENV PG_SHA256 ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1
ENV PG_VERSION 13.19
ENV PG_SHA256 482cce0a9f8d24c2447cfc7b2817e55f86d51afe5f7f1a85214bf93644e774ea
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 13
ENV PG_VERSION 13.18
ENV PG_SHA256 ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1
ENV PG_VERSION 13.19
ENV PG_SHA256 482cce0a9f8d24c2447cfc7b2817e55f86d51afe5f7f1a85214bf93644e774ea
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
"ppc64el",
"s390x"
],
"version": "13.18-1.pgdg120+1"
"version": "13.19-1.pgdg120+1"
},
"bullseye": {
"arches": [
@@ -17,18 +17,18 @@
"ppc64el",
"s390x"
],
"version": "13.18-1.pgdg110+1"
"version": "13.19-1.pgdg110+1"
},
"debian": "bookworm",
"major": 13,
"sha256": "ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1",
"sha256": "482cce0a9f8d24c2447cfc7b2817e55f86d51afe5f7f1a85214bf93644e774ea",
"variants": [
"bookworm",
"bullseye",
"alpine3.21",
"alpine3.20"
],
"version": "13.18"
"version": "13.19"
},
"14": {
"alpine": "3.21",