mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Bump psql-container pg version to 9.6
This commit is contained in:
2
Makefile
2
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) > $@
|
||||
|
||||
Reference in New Issue
Block a user