Mercurial > public > ssdt-docker
comparison java/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 | a113282d9400 |
children | 7061090570b9 |
comparison
equal
deleted
inserted
replaced
288:ad3790b4e819 | 289:b0b52c426f16 |
---|---|
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 \ |