moving to python 3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.10-slim
|
||||
FROM python:3.12-slim
|
||||
|
||||
ARG FROM_DIR=docker_dev/market_data/md_portal
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ while getopts ":C:c:e:a:n:" opt; do
|
||||
done
|
||||
|
||||
|
||||
Cmd="python3.10"
|
||||
Cmd="python3.12"
|
||||
Cmd="${Cmd} cvttpy/apps/md/md_portal.py"
|
||||
Cmd="${Cmd} --config=http://${ConfigServer}/${Config}"
|
||||
Cmd="${Cmd} --credentials_file=/.creds"
|
||||
|
||||
Reference in New Issue
Block a user