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

Update to 9.4.18

This commit is contained in:
Docker Library Bot
2018-05-10 16:58:08 +00:00
parent d545428bfe
commit dcf1338d3a

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.4
ENV PG_VERSION 9.4.17
ENV PG_SHA256 7a320cd335052b840d209dc9688f09965763351c590e3cc7bf577591179fd7c6
ENV PG_VERSION 9.4.18
ENV PG_SHA256 428337f2b2f5e3ea21b8a44f88eb89c99a07a324559b99aebe777c9abdf4c4c0
RUN set -ex \
\