changeset 289:b0b52c426f16

DEP-16: update tomcat, java and postgres version
author smith@nwoca.org
date Wed, 26 Dec 2018 18:26:46 +0000
parents ad3790b4e819
children 05412a2d7d88 9583f1deddff
files java/Dockerfile postgres/Dockerfile tomcat/Dockerfile
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/java/Dockerfile	Wed Dec 26 15:53:31 2018 +0000
+++ b/java/Dockerfile	Wed Dec 26 18:26:46 2018 +0000
@@ -1,4 +1,4 @@
-FROM openjdk:8u121-jdk
+FROM openjdk:8u181-jdk
 
 MAINTAINER Dave Smith <smith@nwoca.org>
 
--- 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
 
--- a/tomcat/Dockerfile	Wed Dec 26 15:53:31 2018 +0000
+++ b/tomcat/Dockerfile	Wed Dec 26 18:26:46 2018 +0000
@@ -1,4 +1,4 @@
-FROM tomcat:8.5.31-jre8
+FROM tomcat:8.5.37-jre8
 
 MAINTAINER Dave Smith <smith@nwoca.org>