Update 16 to 16.2, bookworm 16.2-1.pgdg120+1, bullseye 16.2-1.pgdg110+1

This commit is contained in:
Docker Library Bot 2024-02-08 11:52:58 -08:00
parent 539bdac35d
commit 5403edd423
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 16 ENV PG_MAJOR 16
ENV PG_VERSION 16.1 ENV PG_VERSION 16.2
ENV PG_SHA256 ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec ENV PG_SHA256 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
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 16 ENV PG_MAJOR 16
ENV PG_VERSION 16.1 ENV PG_VERSION 16.2
ENV PG_SHA256 ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec ENV PG_SHA256 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
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 16 ENV PG_MAJOR 16
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 16.1-1.pgdg120+1 ENV PG_VERSION 16.2-1.pgdg120+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

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

View File

@ -132,7 +132,7 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.1-1.pgdg120+1" "version": "16.2-1.pgdg120+1"
}, },
"bullseye": { "bullseye": {
"arches": [ "arches": [
@ -141,17 +141,17 @@
"ppc64el", "ppc64el",
"s390x" "s390x"
], ],
"version": "16.1-1.pgdg110+1" "version": "16.2-1.pgdg110+1"
}, },
"debian": "bookworm", "debian": "bookworm",
"major": 16, "major": 16,
"sha256": "ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec", "sha256": "446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952",
"variants": [ "variants": [
"bookworm", "bookworm",
"bullseye", "bullseye",
"alpine3.19", "alpine3.19",
"alpine3.18" "alpine3.18"
], ],
"version": "16.1" "version": "16.2"
} }
} }