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

Update to 11beta3

This commit is contained in:
Docker Library Bot
2018-08-09 18:02:16 +00:00
parent fd76b238a5
commit 7ea5efa503

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11
ENV PG_VERSION 11beta2
ENV PG_SHA256 31e28f46b0529e5be937423bc040eff2787bc399ba0ebd725510aea30274b463
ENV PG_VERSION 11beta3
ENV PG_SHA256 82babba086ea7297d78f3ce2298296cd22fc1bb10ba315e8b4ff661658a8044d
RUN set -ex \
\