mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
Upgrade PostgreSQL from 10 to 12
This commit is contained in:
2
Makefile
2
Makefile
@@ -619,7 +619,7 @@ clean-elk:
|
||||
docker rm tools_kibana_1
|
||||
|
||||
psql-container:
|
||||
docker run -it --net tools_default --rm postgres:10 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
|
||||
docker run -it --net tools_default --rm postgres:12 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
|
||||
|
||||
VERSION:
|
||||
@echo "awx: $(VERSION)"
|
||||
|
||||
Reference in New Issue
Block a user