Update Docker to use PostgreSQL 9.6.2

This commit is contained in:
Rob Kiefer 2017-03-22 19:38:39 -04:00
parent 5f5a49dffb
commit 3fd8bdbd71

View File

@ -1,4 +1,4 @@
FROM postgres:9.6.1
FROM postgres:9.6.2
MAINTAINER Matvey Arye