diff postgres/Dockerfile @ 289:b0b52c426f16

DEP-16: update tomcat, java and postgres version
author smith@nwoca.org
date Wed, 26 Dec 2018 18:26:46 +0000
parents 11fb5ba7f55b
children
line wrap: on
line diff
--- a/postgres/Dockerfile	Wed Dec 26 15:53:31 2018 +0000
+++ b/postgres/Dockerfile	Wed Dec 26 18:26:46 2018 +0000
@@ -1,7 +1,7 @@
 #
 # Docker file to create postgres image for ssdt applications
 
-FROM postgres:9.6.3
+FROM postgres:9.6.11
 
 MAINTAINER Dave Smith smith@nwoca.org