comparison postgres/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 11fb5ba7f55b
children
comparison
equal deleted inserted replaced
288:ad3790b4e819 289:b0b52c426f16
1 # 1 #
2 # Docker file to create postgres image for ssdt applications 2 # Docker file to create postgres image for ssdt applications
3 3
4 FROM postgres:9.6.3 4 FROM postgres:9.6.11
5 5
6 MAINTAINER Dave Smith smith@nwoca.org 6 MAINTAINER Dave Smith smith@nwoca.org
7 7
8 ENV DB_NAME=database \ 8 ENV DB_NAME=database \
9 DB_USER=dbuser \ 9 DB_USER=dbuser \