We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c884c6 + dff9ac4 commit af4e75bCopy full SHA for af4e75b
2 files changed
Changelog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+**latest**
4
+- postgresql: upgrade to 9.5
5
+
6
**9.4-17**
7
- added `DB_EXTENSION` configuration parameter
8
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 \
0 commit comments