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

Update to 9.6.13

This commit is contained in:
Docker Library Bot
2019-05-09 18:02:11 +00:00
parent cf9b6cdd64
commit 930806fc31

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.6
ENV PG_VERSION 9.6.12
ENV PG_SHA256 2e8c8446ba94767bda8a26cf5a2152bf0ae68a86aaebf894132a763084579d84
ENV PG_VERSION 9.6.13
ENV PG_SHA256 ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4
RUN set -ex \
\