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

This commit is contained in:
Docker Library Bot 2024-11-21 12:07:48 -08:00
parent 5f590b8df7
commit 9fadd0e250
5 changed files with 10 additions and 10 deletions

View File

@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.17 ENV PG_VERSION 13.18
ENV PG_SHA256 022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b ENV PG_SHA256 ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.17 ENV PG_VERSION 13.18
ENV PG_SHA256 022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b ENV PG_SHA256 ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \ llvm15-dev \

View File

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

View File

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

View File

@ -39,7 +39,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "13.17-1.pgdg120+1" "version": "13.18-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -48,18 +48,18 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "13.17-1.pgdg110+1" "version": "13.18-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 13, "major": 13,
"sha256": "022b0a6e7bc374a777eece33708895d7b60cae07d492b286b296a49d7395d78b", "sha256": "ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.20", "alpine3.20",
"alpine3.19" "alpine3.19"
], ],
"version": "13.17" "version": "13.18"
}, },
"14": { "14": {
"alpine": "3.20", "alpine": "3.20",