Update version
Opened this issue · 1 comments
michaelzoidl commented
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
aanand commented
You should use the official postgres image, which has a 9.4
tag.