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

Update to 9.4.20

This commit is contained in:
Docker Library Bot
2018-11-08 16:43:57 +00:00
parent 7f3fd17214
commit d564da5142

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.19
ENV PG_SHA256 03776b036b2a05371083558e10c21cc4b90bde9eb3aff60299c4ce7c084c168b
ENV PG_VERSION 9.4.20
ENV PG_SHA256 eeb1d8ddb2854c9e4d8b5cbd65665260c0ae8cbcb911003f24c2d82ccb97f87f
RUN set -ex \
\