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

Update to 9.5.11

This commit is contained in:
Docker Library Bot
2018-02-10 19:02:14 +00:00
parent f4aa86c49b
commit 8734ceed8c

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.10 ENV PG_VERSION 9.5.11
ENV PG_SHA256 945d7ade094dded6b95495d8f1561a12ac9608276858ed30adf3c3658275f281 ENV PG_SHA256 8182cd74e27a75ae39166b2603b5014f4272855b4101b40819761b853a77c8dd
RUN set -ex \ RUN set -ex \
\ \