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

Update to 10.17

This commit is contained in:
Docker Library Bot
2021-05-14 06:02:21 +00:00
parent a37f640216
commit ea6eb8151f

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.16 ENV PG_VERSION 10.17
ENV PG_SHA256 a35c718b1b6690e01c69626d467edb933784f8d1d6741e21fe6cce0738467bb3 ENV PG_SHA256 5af28071606c9cd82212c19ba584657a9d240e1c4c2da28fc1f3998a2754b26c
RUN set -eux; \ RUN set -eux; \
\ \