diff --git a/Changelog.md b/Changelog.md index 3c1903a..0e169c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ # Changelog +**latest** +- postgresql: upgrade to 9.5 + **9.4-17** - added `DB_EXTENSION` configuration parameter diff --git a/Dockerfile b/Dockerfile index 0a6b60b..4a183b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:14.04.20160727 MAINTAINER sameer@damagehead.com ENV PG_APP_HOME="/etc/docker-postgresql"\ - PG_VERSION=9.4 \ + PG_VERSION=9.5 \ PG_USER=postgres \ PG_HOME=/var/lib/postgresql \ PG_RUNDIR=/run/postgresql \