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

Update to 11.12

This commit is contained in:
Docker Library Bot
2021-05-14 06:02:22 +00:00
parent 94c2885ff2
commit 34821014a8

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 11
ENV PG_VERSION 11.11
ENV PG_SHA256 40607b7fa15b7d63f5075a7277daf7b3412486aa5db3aedffdb7768b9298186c
ENV PG_VERSION 11.12
ENV PG_SHA256 87f9d8b16b2b8ef71586f2ec76beac844819f64734b07fa33986755c2f53cb04
RUN set -eux; \
\