comparison tomcat/Dockerfile @ 256:1866c261576f

update tomcat and java version
author smith@nwoca.org
date Tue, 29 May 2018 21:08:31 +0100
parents 2f794158e9e8
children b0b52c426f16
comparison
equal deleted inserted replaced
255:adbef03ee9e8 256:1866c261576f
1 FROM tomcat:8.5.14-jre8 1 FROM tomcat:8.5.31-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 \