We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98a52b commit 5c3c5abCopy full SHA for 5c3c5ab
src/Dockerfile
@@ -23,6 +23,12 @@ WORKDIR /code/frontend
23
RUN pnpm install \
24
&& pnpm build
25
26
+
27
+RUN apt-get purge -y krb5-user libkrb5-3 libkrb5support0 libgssapi-krb5-2
28
+RUN apt-get purge -y perl
29
+RUN apt-get update && apt-get install -y libcap2
30
31
32
# Return to backend directory
33
WORKDIR /code
34
src/requirements.txt
@@ -1,4 +1,4 @@
1
-fastapi==0.111.0
+fastapi==0.115.13
2
uvicorn[standard]==0.29.0
3
gunicorn==23.0.0
4
azure-identity==1.19.0
@@ -13,3 +13,5 @@ azure-monitor-opentelemetry>=1.6.9
13
azure-search-documents
14
opentelemetry-sdk
15
setuptools==80.9.0
16
+starlette>=0.40.0 # fix vulnerability
17
+jinja2 # new dependent of fastapi
0 commit comments