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

Update to 11.9

This commit is contained in:
Docker Library Bot
2020-08-14 12:02:12 +00:00
parent 5e2746f8ff
commit a5a072f08a

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11
ENV PG_VERSION 11.8
ENV PG_SHA256 eaf2f4329ccc349c89e950761b81daf8c99bb8966abcab5665ccd6ee95c77ae2
ENV PG_VERSION 11.9
ENV PG_SHA256 35618aa72e0372091f923c42389c6febd07513157b4fbb9408371706afbb6635
RUN set -eux; \
\