Skip to content

Commit af4e75b

Browse files
author
Sameer Naik
committed
Merge branch 'postgresql-9.5'
Closes #45
2 parents 4c884c6 + dff9ac4 commit af4e75b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
**latest**
4+
- postgresql: upgrade to 9.5
5+
36
**9.4-17**
47
- added `DB_EXTENSION` configuration parameter
58

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:14.04.20160727
22
MAINTAINER sameer@damagehead.com
33

44
ENV PG_APP_HOME="/etc/docker-postgresql"\
5-
PG_VERSION=9.4 \
5+
PG_VERSION=9.5 \
66
PG_USER=postgres \
77
PG_HOME=/var/lib/postgresql \
88
PG_RUNDIR=/run/postgresql \

0 commit comments

Comments
 (0)