diff --git a/Dockerfile b/Dockerfile index 81bbf02..8f19e62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:9.4 +FROM postgres:9.6 MAINTAINER labianchin @@ -8,4 +8,4 @@ COPY config.sh /docker-entrypoint-initdb.d/ ENTRYPOINT ["/docker-entrypoint.sh"] EXPOSE 5432 -CMD ["postgres"] \ No newline at end of file +CMD ["postgres"]