comparison tomcat/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 1866c261576f
children 4b026170dfea
comparison
equal deleted inserted replaced
288:ad3790b4e819 289:b0b52c426f16
1 FROM tomcat:8.5.31-jre8 1 FROM tomcat:8.5.37-jre8
2 2
3 MAINTAINER Dave Smith <smith@nwoca.org> 3 MAINTAINER Dave Smith <smith@nwoca.org>
4 4
5 RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \ 5 RUN echo "deb http://httpredir.debian.org/debian jessie main contrib" > /etc/apt/sources.list \
6 && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \ 6 && echo "deb http://security.debian.org/ jessie/updates main contrib" >> /etc/apt/sources.list \