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

Update to 9.6.14

This commit is contained in:
Docker Library Bot
2019-06-21 06:02:19 +00:00
parent 59fd787a41
commit bcfe861116

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.13 ENV PG_VERSION 9.6.14
ENV PG_SHA256 ecbed20056296a65b6a4f5526c477e3ae5cc284cb01a15507785ddb23831e9a4 ENV PG_SHA256 3f08c265c9ae814f727461408ab24fdf3d954c4f7ae42d9c97b3c7e03fc31a22
RUN set -ex \ RUN set -ex \
\ \