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

Update to 10.12

This commit is contained in:
Docker Library Bot
2020-02-14 07:02:14 +00:00
parent 06bd57c3c3
commit 8bebabd5bc

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 10 ENV PG_MAJOR 10
ENV PG_VERSION 10.11 ENV PG_VERSION 10.12
ENV PG_SHA256 0d5d14ff6b075655f4421038fbde3a5d7b418c26a249a187a4175600d7aecc09 ENV PG_SHA256 388f7f888c4fbcbdf424ec2bce52535195b426010b720af7bea767e23e594ae7
RUN set -ex \ RUN set -ex \
\ \