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

Update to 12rc1

This commit is contained in:
Docker Library Bot
2019-09-26 18:02:18 +00:00
parent 90ba599a26
commit 662b2e6eb3

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 12beta4 ENV PG_VERSION 12rc1
ENV PG_SHA256 422f5e2ad999126f505b44c2d56abe726a08ed7e50e2d268e9906c879831805f ENV PG_SHA256 40facd3280d8565f37139d2c5df2b94fe68a064c5d2784f74fceae24820543f3
RUN set -ex \ RUN set -ex \
\ \