mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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
|
docker rm tools_kibana_1
|
||||||
|
|
||||||
psql-container:
|
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:
|
VERSION:
|
||||||
echo $(VERSION_TARGET) > $@
|
echo $(VERSION_TARGET) > $@
|
||||||
|
|||||||
Reference in New Issue
Block a user