File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ RUN python3 -m pip install --no-cache-dir /tmp/suzieq-$version-py3-none-any.whl
2222 rm -rf /tmp/* /var/tmp/*
2323
2424VOLUME [ "/home/$username/parquet" ]
25-
26- ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.7 /site-packages/suzieq/cli/:/root/.local/lib/python3.7 /site-packages/suzieq/poller/:/root/.local/lib/python3.7 /site-packages/suzieq/restServer
25+
26+ ENV PATH=/root/.local/bin:$PATH:/root/.local/lib/python3.9 /site-packages/suzieq/cli/:/root/.local/lib/python3.9 /site-packages/suzieq/poller/:/root/.local/lib/python3.9 /site-packages/suzieq/restServer
2727
2828ENV SQENV=docker
2929
Original file line number Diff line number Diff line change 1- FROM python:3.8.14 -slim-buster AS sqbase
1+ FROM python:3.9.21 -slim-bullseye AS sqbase
22
33ENV PATH=/root/.local/bin:$PATH
44ENV PYTHONPATH=/root/.local/lib
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ python-dateutil==2.8.2 ; python_full_version > "3.8.1" and python_version < "3.1
111111python-dotenv == 0.19.2 ; python_full_version > "3.8.1" and python_version < "3.10"
112112python-nubia == 0.2b5 ; python_full_version > "3.8.1" and python_version < "3.10"
113113pytz == 2023.3 ; python_full_version > "3.8.1" and python_version < "3.10"
114+ pyvmomi == 8.0.2.0.1 ; python_full_version > "3.8.1" and python_version < "3.10"
114115pywin32 == 306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version > "3.8.1" and python_version < "3.10"
115116pywinpty == 2.0.11 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name == "nt"
116117pyyaml == 6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -145,7 +146,7 @@ typing-extensions==4.7.1 ; python_full_version > "3.8.1" and python_version < "3
145146typing-inspect == 0.9.0 ; python_full_version > "3.8.1" and python_version < "3.10"
146147tzlocal == 2.1 ; python_full_version > "3.8.1" and python_version < "3.10"
147148urllib3 == 1.26.16 ; python_full_version > "3.8.1" and python_version < "3.10"
148- uvicorn == 0.14 .0 ; python_full_version > "3.8.1" and python_version < "3.10"
149+ uvicorn == 0.15 .0 ; python_full_version > "3.8.1" and python_version < "3.10"
149150uvloop == 0.17.0 ; python_full_version > "3.8.1" and python_version < "3.10"
150151validators == 0.20.0 ; python_full_version > "3.8.1" and python_version < "3.10"
151152watchdog == 3.0.0 ; python_full_version > "3.8.1" and python_version < "3.10" and platform_system != "Darwin"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ faker = "~4.18"
3434netconan = " ~0.11.2"
3535jsonpath-ng = " ~1.6"
3636fastapi = " ~0.95.2"
37- uvicorn = " ^0.14 .0"
37+ uvicorn = " ^0.15 .0"
3838tabulate = " ^0.8.7"
3939streamlit = " 1.11.1"
4040graphviz = " ^0.15"
You can’t perform that action at this time.
0 commit comments