1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Update to 9.5.8

This commit is contained in:
Docker Library Bot
2017-08-10 18:03:21 +00:00
parent a42e1249e1
commit a1b76e5704

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.5 ENV PG_MAJOR 9.5
ENV PG_VERSION 9.5.7 ENV PG_VERSION 9.5.8
ENV PG_SHA256 8b1e936f82109325decc0f5575e846b93fb4fd384e8c4bde83ff5e7f87fc6cad ENV PG_SHA256 ade57068f134f36710fa953e1ef79185abd96572f8098741413132f79ed37202
RUN set -ex \ RUN set -ex \
\ \