comparison tomcat/Dockerfile @ 152:d64806928eca

DEP-12: make tomcat 8.5.16 available
author smith@nwoca.org
date Wed, 19 Jul 2017 20:42:18 +0100
parents 912933cacd29
children 2f794158e9e8
comparison
equal deleted inserted replaced
151:11fb5ba7f55b 152:d64806928eca
1 FROM tomcat:8.5.14-jre8 1 FROM tomcat:8.5.16-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 \