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

Update to 13beta2

This commit is contained in:
Docker Library Bot
2020-06-25 18:35:36 +00:00
parent 4c2e78c234
commit bb0d979519

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 13 ENV PG_MAJOR 13
ENV PG_VERSION 13beta1 ENV PG_VERSION 13beta2
ENV PG_SHA256 249ba0d0227d5393b83d397f2543354bfee579276cb1e821e9b7d904a42039e1 ENV PG_SHA256 51b8c64f4c354728555144a7bfbdced96afb86e5cfa80a26b5e96a1d9081ee9f
RUN set -ex \ RUN set -ex \
\ \