1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-06 22:40:56 +03:00

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

This commit is contained in:
Docker Library Bot
2024-02-08 11:28:15 -08:00
parent c3c66a1929
commit 3b6cb599da
5 changed files with 10 additions and 10 deletions

View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.10
ENV PG_SHA256 c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399
ENV PG_VERSION 14.11
ENV PG_SHA256 a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.10
ENV PG_SHA256 c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399
ENV PG_VERSION 14.11
ENV PG_SHA256 a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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

View File

@@ -70,7 +70,7 @@
"ppc64el",
"s390x"
],
"version": "14.10-1.pgdg120+1"
"version": "14.11-1.pgdg120+1"
},
"bullseye": {
"arches": [
@@ -79,18 +79,18 @@
"ppc64el",
"s390x"
],
"version": "14.10-1.pgdg110+1"
"version": "14.11-1.pgdg110+1"
},
"debian": "bookworm",
"major": 14,
"sha256": "c99431c48e9d470b0d0ab946eb2141a3cd19130c2fb4dc4b3284a7774ecc8399",
"sha256": "a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8",
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
],
"version": "14.10"
"version": "14.11"
},
"15": {
"alpine": "3.19",