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

Update to 12beta4

This commit is contained in:
Docker Library Bot
2019-09-12 18:02:22 +00:00
parent a74b452d38
commit 5ad8e92a81

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 12
ENV PG_VERSION 12beta3
ENV PG_SHA256 e4a4079c75bf049349c70a02f705beecbb8263684ff2d4e13a582a3ff50332aa
ENV PG_VERSION 12beta4
ENV PG_SHA256 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f
RUN set -ex \
\