1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

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

This commit is contained in:
Docker Library Bot
2024-11-21 12:12:11 -08:00
parent c444845833
commit 50b4cdb50e
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
ENV PG_MAJOR 15
ENV PG_VERSION 15.9
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783
ENV PG_VERSION 15.10
ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

@@ -53,8 +53,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 15
ENV PG_VERSION 15.9
ENV PG_SHA256 74f2d4565035f0cf729ecb059949faaf1102cbd93759b359822f98f82198c783
ENV PG_VERSION 15.10
ENV PG_SHA256 55abe738d441f0e58658b3ec6f88097a713b5e3b73139f6230d7b5c4c389e573
ENV DOCKER_PG_LLVM_DEPS \
llvm15-dev \

View File

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

View File

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