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

Update 15 to 15.4, bookworm 15.4-1.pgdg120+1, bullseye 15.4-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2023-08-10 11:46:34 -07:00
parent 05f691067b
commit 1a73ab671b
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 15
ENV PG_VERSION 15.3
ENV PG_SHA256 ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932
ENV PG_VERSION 15.4
ENV PG_SHA256 baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9
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 15
ENV PG_VERSION 15.3
ENV PG_SHA256 ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932
ENV PG_VERSION 15.4
ENV PG_SHA256 baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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

View File

@@ -132,7 +132,7 @@
"ppc64el",
"s390x"
],
"version": "15.3-1.pgdg120+1"
"version": "15.4-1.pgdg120+1"
},
"bullseye": {
"arches": [
@@ -141,18 +141,18 @@
"ppc64el",
"s390x"
],
"version": "15.3-1.pgdg110+1"
"version": "15.4-1.pgdg110+1"
},
"debian": "bookworm",
"major": 15,
"sha256": "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932",
"sha256": "baec5a4bdc4437336653b6cb5d9ed89be5bd5c0c58b94e0becee0a999e63c8f9",
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
],
"version": "15.3"
"version": "15.4"
},
"16": {
"alpine": "3.18",