Skip to content
Snippets Groups Projects
Commit 807e2180 authored by Docker Library Bot's avatar Docker Library Bot
Browse files

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

parent dabb1fce
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,8 @@ ENV LANG en_US.utf8 ...@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PG_VERSION 15.11 ENV PG_VERSION 15.12
ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0 ENV PG_SHA256 3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \
......
...@@ -53,8 +53,8 @@ ENV LANG en_US.utf8 ...@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PG_VERSION 15.11 ENV PG_VERSION 15.12
ENV PG_SHA256 5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0 ENV PG_SHA256 3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \
......
...@@ -89,7 +89,7 @@ RUN set -ex; \ ...@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 15.11-1.pgdg120+1 ENV PG_VERSION 15.12-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \
......
...@@ -89,7 +89,7 @@ RUN set -ex; \ ...@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 15 ENV PG_MAJOR 15
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 15.11-1.pgdg110+1 ENV PG_VERSION 15.12-1.pgdg110+1
RUN set -ex; \ RUN set -ex; \
\ \
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "15.11-1.pgdg120+1" "version": "15.12-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
...@@ -79,18 +79,18 @@ ...@@ -79,18 +79,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "15.11-1.pgdg110+1" "version": "15.12-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 15, "major": 15,
"sha256": "5367e97e81e493301cc4aab049dfbc9b4913822985bc62379faab2a281cfbdf0", "sha256": "3bc8462a38ca0857270cc88b949a3f6659f0d5c44c029c482355835b61a0f6f7",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.21", "alpine3.21",
"alpine3.20" "alpine3.20"
], ],
"version": "15.11" "version": "15.12"
}, },
"16": { "16": {
"alpine": "3.21", "alpine": "3.21",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment