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

Update 14 to 14.8, bullseye 14.8-1.pgdg110+1

This commit is contained in:
Docker Library Bot
2023-05-11 11:18:26 -07:00
parent 43d17d5ced
commit 8ff11cd5ae
3 changed files with 9 additions and 8 deletions

4
14/alpine/Dockerfile generated
View File

@@ -23,8 +23,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 14
ENV PG_VERSION 14.7
ENV PG_SHA256 cef60f0098fa8101c1546f4254e45b722af5431337945b37af207007630db331
ENV PG_VERSION 14.8
ENV PG_SHA256 39d38f0030737ed03835debeefee3b37d335462ce4995e2497bc38d621ebe45a
RUN set -eux; \
\