This commit is contained in:
partoftheworlD
2026-08-07 14:02:54 +03:00
committed by GitHub
parent 9f9e1c2482
commit 8b05ba79ae
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app
RUN "$VIRTUAL_ENV/bin/pip" install cryptography==46.0.5
RUN "$VIRTUAL_ENV/bin/pip" install cryptography==46.0.5 certifi
FROM python:3.12-slim AS runtime