Bump psql-container pg version to 9.6

This commit is contained in:
Matthew Jones
2017-12-11 12:01:28 -05:00
parent 334d47f3ab
commit 34c206fab0

View File

@@ -603,7 +603,7 @@ clean-elk:
docker rm tools_kibana_1
psql-container:
docker run -it --net tools_default --rm postgres:9.4.1 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
docker run -it --net tools_default --rm postgres:9.6 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
VERSION:
echo $(VERSION_TARGET) > $@