diff --git a/tools/functional-tests.sh b/tools/functional-tests.sh index 0134bb20..b51d2cdf 100755 --- a/tools/functional-tests.sh +++ b/tools/functional-tests.sh @@ -19,7 +19,7 @@ POSTGRES_ID=$( -e POSTGRES_DB=deckhand \ -e POSTGRES_USER=deckhand \ -e POSTGRES_PASSWORD=password \ - postgres:10 + postgres:9.5 ) function cleanup {