1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Update to 12beta2

This commit is contained in:
Docker Library Bot
2019-06-21 06:02:19 +00:00
parent 634ab9d8ab
commit d188180c63

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 12 ENV PG_MAJOR 12
ENV PG_VERSION 12beta1 ENV PG_VERSION 12beta2
ENV PG_SHA256 203e2d0151d75e3328a6b6b85eae88e50168ae27423b39787cea595365da9fad ENV PG_SHA256 1738da8e1e59d4f2dc69c216e67100c6d4dad46714cf597cc2db66077204d31f
RUN set -ex \ RUN set -ex \
\ \