Use latest stable release of PostgreSQL

9.4 branch is latest stable, 9.5 is a development version.
This commit is contained in:
Loïc Guitaut
2015-09-14 23:35:42 +02:00
parent 8c5fc18bee
commit fd60d30631
3 changed files with 4 additions and 4 deletions

2
config
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
export POSTGRES_IMAGE=${POSTGRES_IMAGE:="postgres"}
export POSTGRES_IMAGE_VERSION=${POSTGRES_IMAGE_VERSION:="9.5"}
export POSTGRES_IMAGE_VERSION=${POSTGRES_IMAGE_VERSION:="9.4"}
export POSTGRES_ROOT=/var/lib/dokku/services/postgres
export PLUGIN_COMMAND_PREFIX="postgres"