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

Update to 9.4.13

This commit is contained in:
Docker Library Bot
2017-08-10 18:03:22 +00:00
parent bef7a7e026
commit 9d16e9e237

View File

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