orchardup/docker-postgresql

Update version

Opened this issue · 1 comments

Hi, is there a way to use another PostgreSQL version?
The current version uses 9.3 but unfornatly i need the version 9.4 in my project.

The type JSONB is new and only available in the new versions of PostgreSQL

You should use the official postgres image, which has a 9.4 tag.