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

Update 13 to 13.12, bookworm 13.12-1.pgdg120+1, bullseye 13.12-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2023-08-10 11:25:03 -07:00
parent 9061f74afc
commit 69cf8b8aac
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 13
ENV PG_VERSION 13.11
ENV PG_SHA256 4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
ENV PG_VERSION 13.12
ENV PG_SHA256 0da1edcee3514b7bc7ba6dbaf0c00499e8ac1590668e8789c50253a6249f218b
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 13
ENV PG_VERSION 13.11
ENV PG_SHA256 4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb
ENV PG_VERSION 13.12
ENV PG_SHA256 0da1edcee3514b7bc7ba6dbaf0c00499e8ac1590668e8789c50253a6249f218b
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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

View File

@@ -70,7 +70,7 @@
"ppc64el",
"s390x"
],
"version": "13.11-1.pgdg120+1"
"version": "13.12-1.pgdg120+1"
},
"bullseye": {
"arches": [
@@ -79,18 +79,18 @@
"ppc64el",
"s390x"
],
"version": "13.11-1.pgdg110+1"
"version": "13.12-1.pgdg110+1"
},
"debian": "bookworm",
"major": 13,
"sha256": "4992ff647203566b670d4e54dc5317499a26856c93576d0ea951bdf6bee50bfb",
"sha256": "0da1edcee3514b7bc7ba6dbaf0c00499e8ac1590668e8789c50253a6249f218b",
"variants": [
"bookworm",
"bullseye",
"alpine3.18",
"alpine3.17"
],
"version": "13.11"
"version": "13.12"
},
"14": {
"alpine": "3.18",