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

Update to 13.2

This commit is contained in:
Docker Library Bot
2021-02-12 07:02:19 +00:00
parent 6667795da1
commit a7aa19b850

View File

@@ -18,8 +18,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 13
ENV PG_VERSION 13.1
ENV PG_SHA256 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
ENV PG_VERSION 13.2
ENV PG_SHA256 5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc
RUN set -eux; \
\