# HG changeset patch # User smith@nwoca.org # Date 1545848806 0 # Node ID b0b52c426f16271c5f89d3937021ca604aa272d1 # Parent ad3790b4e8192f91977330db99b3ad3ddfcdfb96 DEP-16: update tomcat, java and postgres version diff -r ad3790b4e819 -r b0b52c426f16 java/Dockerfile --- 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 diff -r ad3790b4e819 -r b0b52c426f16 postgres/Dockerfile --- 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 diff -r ad3790b4e819 -r b0b52c426f16 tomcat/Dockerfile --- 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