Mercurial > public > ssdt-docker
diff postgres/Dockerfile @ 151:11fb5ba7f55b
DEP-12: make postgres 9.6 available
author | smith@nwoca.org |
---|---|
date | Wed, 19 Jul 2017 20:29:04 +0100 |
parents | 4b8eb7301ae0 |
children | b0b52c426f16 |
line wrap: on
line diff
--- a/postgres/Dockerfile Wed Jul 19 18:27:30 2017 +0100 +++ b/postgres/Dockerfile Wed Jul 19 20:29:04 2017 +0100 @@ -1,7 +1,7 @@ # # Docker file to create postgres image for ssdt applications -FROM postgres:9.4.11 +FROM postgres:9.6.3 MAINTAINER Dave Smith smith@nwoca.org @@ -26,6 +26,8 @@ RUN chmod 755 /usr/local/bin/ssdt-entrypoint.sh +LABEL "io.ssdt.type"="db" + ENTRYPOINT ["ssdt-entrypoint.sh"] CMD ["postgres"]