From dff9ac4d74fefb13c544c5b918cd43025bd312b0 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 7 Aug 2016 16:44:09 +0530 Subject: [PATCH] postgresql: upgrade to 9.5 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 \