orchardup / docker-postgresql

Deprecated - use the official postgres image.
https://registry.hub.docker.com/_/postgres/
Apache License 2.0
103 stars 62 forks source link

Update version #22

Open michaelzoidl opened 7 years ago

michaelzoidl commented 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.

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

aanand commented 7 years ago

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