Mercurial > public > ssdt-docker
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>