I saw that this dockerfile repo was used by the dokku-pg-plugin. I use postgres 9.3.4 while doing development work, which has support for json types. I noticed that the dokku-pg plugin installs 9.1.13 which throws an error when using json.
Would it be possible to specify the postgres version type with this dockerfile? or upgrade it to use the latest stable version?
I saw that this dockerfile repo was used by the dokku-pg-plugin. I use postgres 9.3.4 while doing development work, which has support for json types. I noticed that the dokku-pg plugin installs 9.1.13 which throws an error when using json.
Would it be possible to specify the postgres version type with this dockerfile? or upgrade it to use the latest stable version?