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
22
22
rm -rf /tmp/* /var/tmp/*
23
23
24
24
VOLUME [ "/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
27
27
28
28
ENV SQENV=docker
29
29
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
2
2
3
3
ENV PATH=/root/.local/bin:$PATH
4
4
ENV 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
111
111
python-dotenv == 0.19.2 ; python_full_version > "3.8.1" and python_version < "3.10"
112
112
python-nubia == 0.2b5 ; python_full_version > "3.8.1" and python_version < "3.10"
113
113
pytz == 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"
114
115
pywin32 == 306 ; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version > "3.8.1" and python_version < "3.10"
115
116
pywinpty == 2.0.11 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name == "nt"
116
117
pyyaml == 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
145
146
typing-inspect == 0.9.0 ; python_full_version > "3.8.1" and python_version < "3.10"
146
147
tzlocal == 2.1 ; python_full_version > "3.8.1" and python_version < "3.10"
147
148
urllib3 == 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"
149
150
uvloop == 0.17.0 ; python_full_version > "3.8.1" and python_version < "3.10"
150
151
validators == 0.20.0 ; python_full_version > "3.8.1" and python_version < "3.10"
151
152
watchdog == 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"
34
34
netconan = " ~0.11.2"
35
35
jsonpath-ng = " ~1.6"
36
36
fastapi = " ~0.95.2"
37
- uvicorn = " ^0.14 .0"
37
+ uvicorn = " ^0.15 .0"
38
38
tabulate = " ^0.8.7"
39
39
streamlit = " 1.11.1"
40
40
graphviz = " ^0.15"
You can’t perform that action at this time.
0 commit comments