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

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

This commit is contained in:
Docker Library Bot
2023-08-10 11:35:14 -07:00
parent 69cf8b8aac
commit 05f691067b
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 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.8 ENV PG_VERSION 14.9
ENV PG_SHA256 39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a ENV PG_SHA256 b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef
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 14 ENV PG_MAJOR 14
ENV PG_VERSION 14.8 ENV PG_VERSION 14.9
ENV PG_SHA256 39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a ENV PG_SHA256 b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef
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 14 ENV PG_MAJOR 14
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 14.8-1.pgdg120+1 ENV PG_VERSION 14.9-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

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

View File

@@ -101,7 +101,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "14.8-1.pgdg120+1" "version": "14.9-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@@ -110,18 +110,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "14.8-1.pgdg110+1" "version": "14.9-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 14, "major": 14,
"sha256": "39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a", "sha256": "b1fe3ba9b1a7f3a9637dd1656dfdad2889016073fd4d35f13b50143cbbb6a8ef",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.18", "alpine3.18",
"alpine3.17" "alpine3.17"
], ],
"version": "14.8" "version": "14.9"
}, },
"15": { "15": {
"alpine": "3.18", "alpine": "3.18",