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

Update to 9.4.15

This commit is contained in:
Docker Library Bot
2017-11-09 19:02:16 +00:00
parent 881448bf62
commit cd2cafec4e

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.4 ENV PG_MAJOR 9.4
ENV PG_VERSION 9.4.14 ENV PG_VERSION 9.4.15
ENV PG_SHA256 8e7df23a104b057b360d03180ebcb67f645e198a4a0bee94bf56b2bc9505ec6b ENV PG_SHA256 12bfb3c7e8e45515ef921ad365e122682a5c4935dcc0032644433af2de31acc4
RUN set -ex \ RUN set -ex \
\ \