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

Update 13 to 13.23, trixie 13.23-1.pgdg13+1, bookworm 13.23-1.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-11-13 11:02:15 -08:00
parent 23987751b6
commit c2d83d0b2a
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 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.22 ENV PG_VERSION 13.23
ENV PG_SHA256 d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080 ENV PG_SHA256 6ec3c82726af92b7dec873fa1cdf881eca92a4219787dfad05acb6b10e041fd6
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-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 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.22 ENV PG_VERSION 13.23
ENV PG_SHA256 d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080 ENV PG_SHA256 6ec3c82726af92b7dec873fa1cdf881eca92a4219787dfad05acb6b10e041fd6
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 13 ENV PG_MAJOR 13
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 13.22-1.pgdg12+1 ENV PG_VERSION 13.23-1.pgdg12+1
RUN set -ex; \ RUN set -ex; \
\ \

2
13/trixie/Dockerfile generated
View File

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

View File

@@ -148,7 +148,7 @@
"alpine": "3.22", "alpine": "3.22",
"debian": "trixie", "debian": "trixie",
"trixie": { "trixie": {
"version": "13.22-1.pgdg13+1", "version": "13.23-1.pgdg13+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
@@ -162,15 +162,15 @@
"alpine3.21" "alpine3.21"
], ],
"bookworm": { "bookworm": {
"version": "13.22-1.pgdg12+1", "version": "13.23-1.pgdg12+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
"ppc64el" "ppc64el"
] ]
}, },
"version": "13.22", "version": "13.23",
"sha256": "d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080", "sha256": "6ec3c82726af92b7dec873fa1cdf881eca92a4219787dfad05acb6b10e041fd6",
"major": 13 "major": 13
} }
} }