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

Update to 10.1

This commit is contained in:
Docker Library Bot
2017-11-09 19:02:16 +00:00
parent 4af033ebfe
commit 60db3b9da9

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.0
ENV PG_SHA256 712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1
ENV PG_VERSION 10.1
ENV PG_SHA256 3ccb4e25fe7a7ea6308dea103cac202963e6b746697366d72ec2900449a5e713
RUN set -ex \
\