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

Update 11 to 11.21, bookworm 11.21-1.pgdg120+1, bullseye 11.21-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2023-08-10 11:02:22 -07:00
parent cba2a05c03
commit 16fa0f1d18
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 RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PG_VERSION 11.20 ENV PG_VERSION 11.21
ENV PG_SHA256 3d7c8882f64a7e98534a044257dfee7abad77a5b7da12508d85d722b98b5acce ENV PG_SHA256 07b0837471d5dd77b25166b34718f3ba10816b6ad61e691e6fc547cf3fcff850
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PG_VERSION 11.20 ENV PG_VERSION 11.21
ENV PG_SHA256 3d7c8882f64a7e98534a044257dfee7abad77a5b7da12508d85d722b98b5acce ENV PG_SHA256 07b0837471d5dd77b25166b34718f3ba10816b6ad61e691e6fc547cf3fcff850
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@@ -84,7 +84,7 @@ RUN set -ex; \
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 11.20-1.pgdg120+1 ENV PG_VERSION 11.21-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -84,7 +84,7 @@ RUN set -ex; \
ENV PG_MAJOR 11 ENV PG_MAJOR 11
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 11.20-1.pgdg110+1 ENV PG_VERSION 11.21-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -8,7 +8,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "11.20-1.pgdg120+1" "version": "11.21-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@@ -17,18 +17,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "11.20-1.pgdg110+1" "version": "11.21-1.pgdg110+1"
}, },
"debian": "", "debian": "",
"major": 11, "major": 11,
"sha256": "3d7c8882f64a7e98534a044257dfee7abad77a5b7da12508d85d722b98b5acce", "sha256": "07b0837471d5dd77b25166b34718f3ba10816b6ad61e691e6fc547cf3fcff850",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.18", "alpine3.18",
"alpine3.17" "alpine3.17"
], ],
"version": "11.20" "version": "11.21"
}, },
"12": { "12": {
"alpine": "3.18", "alpine": "3.18",