From 8b05ba79ae7f92dd87c210f457cad9c76f5138ac Mon Sep 17 00:00:00 2001 From: partoftheworlD Date: Fri, 7 Aug 2026 14:02:54 +0300 Subject: [PATCH] Fix 9f9e1c2 (#1183) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 00dad9c..b318096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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