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

Update to 10rc1

This commit is contained in:
Docker Library Bot
2017-09-21 18:02:14 +00:00
parent 2ba4ac1074
commit 26a1e84f0e

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10beta4
ENV PG_SHA256 e70ffa84d439033533279ccb3ae7beaa0278585b2b176a767bcd0cbddb1252d2
ENV PG_VERSION 10rc1
ENV PG_SHA256 ebdb44dccb64a31c9c524f996121e7d58c21045826d6c36e3a5ea46afbb2445b
RUN set -ex \
\