1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-12-08 12:48:39 +03:00

Update 12 to 12.18, bookworm 12.18-1.pgdg120+1, bullseye 12.18-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2024-02-08 11:02:23 -08:00
parent aa542a0f79
commit 7646329131
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 12 ENV PG_MAJOR 12
ENV PG_VERSION 12.17 ENV PG_VERSION 12.18
ENV PG_SHA256 93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 ENV PG_SHA256 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a
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 12 ENV PG_MAJOR 12
ENV PG_VERSION 12.17 ENV PG_VERSION 12.18
ENV PG_SHA256 93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6 ENV PG_SHA256 4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "12.17-1.pgdg120+1" "version": "12.18-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@@ -17,18 +17,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "12.17-1.pgdg110+1" "version": "12.18-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 12, "major": 12,
"sha256": "93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6", "sha256": "4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.19",
"alpine3.18" "alpine3.18"
], ],
"version": "12.17" "version": "12.18"
}, },
"13": { "13": {
"alpine": "3.19", "alpine": "3.19",