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

Update to 10.7

This commit is contained in:
Docker Library Bot
2019-02-14 23:42:59 +00:00
parent 122fb0bdcc
commit cc305ee1c5

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.6
ENV PG_SHA256 68a8276f08bda8fbefe562faaf8831cb20664a7a1d3ffdbbcc5b83e08637624b
ENV PG_VERSION 10.7
ENV PG_SHA256 bfed1065380c1bba927bfe51f23168471373f26e3324cbad859269cc32733ede
RUN set -ex \
\