Open michaelzoidl opened 7 years ago
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.
9.3
9.4
The type JSONB is new and only available in the new versions of PostgreSQL
JSONB
You should use the official postgres image, which has a 9.4 tag.
Hi, is there a way to use another PostgreSQL version? The current version uses
9.3
but unfornatly i need the version9.4
in my project.The type
JSONB
is new and only available in the new versions of PostgreSQL