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

Update to 9.5.16

This commit is contained in:
Docker Library Bot
2019-02-14 19:04:58 +00:00
parent 6c3b27f143
commit c6da877bba

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.5
ENV PG_VERSION 9.5.15
ENV PG_SHA256 dbda3fdefd7f9fd5359a7989085aaef25c9f9d08816eda6378c2575d1ff55444
ENV PG_VERSION 9.5.16
ENV PG_SHA256 a4576c95d4dcee8d4b7835b333d38e909848222e4b87895878bb1c026206e131
RUN set -ex \
\