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

Update 17 to 17.6, trixie 17.6-1.pgdg13+1, bookworm 17.6-1.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-08-14 10:12:46 -07:00
parent 1cb68aee8f
commit e34fc9d23c
5 changed files with 10 additions and 10 deletions

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.5
ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8
ENV PG_VERSION 17.6
ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 17
ENV PG_VERSION 17.5
ENV PG_SHA256 fcb7ab38e23b264d1902cb25e6adafb4525a6ebcbd015434aeef9eda80f528d8
ENV PG_VERSION 17.6
ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \

View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.5-1.pgdg120+1
ENV PG_VERSION 17.6-1.pgdg12+1
RUN set -ex; \
\

2
17/trixie/Dockerfile generated
View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 17
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 17.5-1.pgdg130+1
ENV PG_VERSION 17.6-1.pgdg13+1
RUN set -ex; \
\