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

Update to 11beta2

This commit is contained in:
Docker Library Bot
2018-06-28 18:02:13 +00:00
parent b92792325a
commit eacf33933e

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 11 ENV PG_MAJOR 11
ENV PG_VERSION 11beta1 ENV PG_VERSION 11beta2
ENV PG_SHA256 17889cbffdf4f07c193b16d76b2f9c45daa3f2ab225acd8d7f01521949cb1355 ENV PG_SHA256 31e28f46b0529e5be937423bc040eff2787bc399ba0ebd725510aea30274b463
RUN set -ex \ RUN set -ex \
\ \