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

Update to 9.4.12

This commit is contained in:
Docker Library Bot
2017-05-11 11:02:24 -07:00
parent 937cc2b25a
commit 6420763a8a

View File

@@ -22,8 +22,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 9.4
ENV PG_VERSION 9.4.11
ENV PG_SHA256 e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23
ENV PG_VERSION 9.4.12
ENV PG_SHA256 fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64
RUN set -ex \
\