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

Update to 9.6.2

This commit is contained in:
Docker Library Bot
2017-02-09 11:02:21 -08:00
parent a3b8f2bf53
commit dd88d2f02a

View File

@@ -14,8 +14,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.6 ENV PG_MAJOR 9.6
ENV PG_VERSION 9.6.1 ENV PG_VERSION 9.6.2
ENV PG_SHA256 e5101e0a49141fc12a7018c6dad594694d3a3325f5ab71e93e0e51bd94e51fcd ENV PG_SHA256 0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9
RUN set -ex \ RUN set -ex \
\ \