summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Jones <matburt@redhat.com>2017-12-11 18:01:28 +0100
committerMatthew Jones <matburt@redhat.com>2017-12-11 18:01:28 +0100
commit34c206fab0c37297c7a47930feeced23a1754585 (patch)
tree001c13129df178d696e72a2b256d76d233160d97 /Makefile
parentPull updated translations (diff)
downloadawx-34c206fab0c37297c7a47930feeced23a1754585.tar.xz
awx-34c206fab0c37297c7a47930feeced23a1754585.zip
Bump psql-container pg version to 9.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2cb881fa3..0ba149c123 100644
--- a/Makefile
+++ b/Makefile
@@ -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) > $@