comparison java/Dockerfile @ 293:95d7d70f34a5 production v2.4.0

flow: Merged <release> 'v2.4.0' to <master> ('production').
author smith@nwoca.org
date Thu, 27 Dec 2018 00:06:14 +0000
parents b0b52c426f16
children 7061090570b9
comparison
equal deleted inserted replaced
285:cd2e677afa4e 293:95d7d70f34a5
1 FROM openjdk:8u121-jdk 1 FROM openjdk:8u181-jdk
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 \