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

Update to 9.4.23

This commit is contained in:
Docker Library Bot
2019-06-21 06:02:19 +00:00
parent d188180c63
commit d8e907ea04

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.22
ENV PG_SHA256 d6aa4c2b9204e375545b9845b0e5957b34affff1783863a80a194f2b2833c66b
ENV PG_VERSION 9.4.23
ENV PG_SHA256 0d009c08b0c82b12484950bba10ae8bfd6f0c7bafd8f086ab756c483dd231d9b
RUN set -ex \
\