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

Update to 9.6.12

This commit is contained in:
Docker Library Bot
2019-02-14 23:42:59 +00:00
parent 23d28bb595
commit 122fb0bdcc

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.6 ENV PG_MAJOR 9.6
ENV PG_VERSION 9.6.11 ENV PG_VERSION 9.6.12
ENV PG_SHA256 38250adc69a1e8613fb926c894cda1d01031391a03648894b9a6e13ff354a530 ENV PG_SHA256 2e8c8446ba94767bda8a26cf5a2152bf0ae68a86aaebf894132a763084579d84
RUN set -ex \ RUN set -ex \
\ \