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

Update to 10.16

This commit is contained in:
Docker Library Bot
2021-02-12 07:02:19 +00:00
parent e8cb2acbb3
commit 1267a1f1bb

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 10
ENV PG_VERSION 10.15
ENV PG_SHA256 5956bce0becffa77883c41594c95a23110b94f10cd66a1157e373c3575921f7e
ENV PG_VERSION 10.16
ENV PG_SHA256 a35c718b1b6690e01c69626d467edb933784f8d1d6741e21fe6cce0738467bb3
RUN set -eux; \
\