kong: update PostgreSQL dependency to 9.6+

This commit is contained in:
Thibault Charbonnier 2019-01-15 15:35:24 -08:00
parent 2b9b175f2c
commit f1cf0e9e8b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Kong's official documentation can be found at [docs.konghq.com](https://docs.kon
# How to use this image
First, Kong requires a running Cassandra cluster (3.x+) or PostgreSQL instance (9.5+) before it starts. You can either use the official Cassandra/PostgreSQL containers, or use your own.
First, Kong requires a running Cassandra cluster (3.x+) or PostgreSQL instance (9.6+) before it starts. You can either use the official Cassandra/PostgreSQL containers, or use your own.
## 1. Link Kong to either a Cassandra or PostgreSQL container