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

Update to 10beta3

This commit is contained in:
Docker Library Bot
2017-08-10 18:03:21 +00:00
parent ef1e190d84
commit 3aeab631ba

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10beta2
ENV PG_SHA256 0d6b50236039fc92e8784bd908b452c38ef63c0f9029f34e7115fbc30e17b195
ENV PG_VERSION 10beta3
ENV PG_SHA256 6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e
RUN set -ex \
\