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

Update to 11.0

This commit is contained in:
Docker Library Bot
2018-10-18 16:03:52 +00:00
parent 88341a4351
commit 3402e97310

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 11 ENV PG_MAJOR 11
ENV PG_VERSION 11rc1 ENV PG_VERSION 11.0
ENV PG_SHA256 608c35369b79a40239663c4213267fd08d3184c3a2cd4d6ff71103ca61930609 ENV PG_SHA256 bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b
RUN set -ex \ RUN set -ex \
\ \