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

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

This commit is contained in:
Docker Library Bot
2024-05-09 11:58:11 -07:00
parent 8a0b96710d
commit d08757ccb5
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 16
ENV PG_VERSION 16.2
ENV PG_SHA256 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
ENV PG_VERSION 16.3
ENV PG_SHA256 331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
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 16
ENV PG_VERSION 16.2
ENV PG_SHA256 446e88294dbc2c9085ab4b7061a646fa604b4bec03521d5ea671c2e5ad9b2952
ENV PG_VERSION 16.3
ENV PG_SHA256 331963d5d3dc4caf4216a049fa40b66d6bcb8c730615859411b9518764e60585
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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