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

Update to 10beta4

This commit is contained in:
Docker Library Bot
2017-08-31 14:19:05 +00:00
parent 7b518a11cf
commit ee1bb1f51c

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 10 ENV PG_MAJOR 10
ENV PG_VERSION 10beta3 ENV PG_VERSION 10beta4
ENV PG_SHA256 6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e ENV PG_SHA256 e70ffa84d439033533279ccb3ae7beaa0278585b2b176a767bcd0cbddb1252d2
RUN set -ex \ RUN set -ex \
\ \