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

Update to 13.1

This commit is contained in:
Docker Library Bot
2020-11-13 01:02:16 +00:00
parent b80fcb5ac7
commit b9c080857b

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 13 ENV PG_MAJOR 13
ENV PG_VERSION 13.0 ENV PG_VERSION 13.1
ENV PG_SHA256 80e750be8d436b54197636a02636f8fd3263ba6779bf865b04832495ea592296 ENV PG_SHA256 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
RUN set -eux; \ RUN set -eux; \
\ \