diff options
author | Matthew Jones <matburt@redhat.com> | 2017-12-11 18:01:28 +0100 |
---|---|---|
committer | Matthew Jones <matburt@redhat.com> | 2017-12-11 18:01:28 +0100 |
commit | 34c206fab0c37297c7a47930feeced23a1754585 (patch) | |
tree | 001c13129df178d696e72a2b256d76d233160d97 /Makefile | |
parent | Pull updated translations (diff) | |
download | awx-34c206fab0c37297c7a47930feeced23a1754585.tar.xz awx-34c206fab0c37297c7a47930feeced23a1754585.zip |
Bump psql-container pg version to 9.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) > $@ |