From f5cc8a09b01da0240c039d9257afda591abb4b1c Mon Sep 17 00:00:00 2001
From: JuniorJPDJ <git@juniorjpdj.pl>
Date: Mon, 13 Dec 2021 21:18:14 +0100
Subject: [PATCH] Pin docker cryptography dependency to alpine's version

---
 api/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/Dockerfile b/api/Dockerfile
index 15bcddf473..ec0db37a08 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -36,7 +36,7 @@ RUN \
     echo 'installing pip requirements' && \
     pip3 install --upgrade pip && \
     pip3 install setuptools wheel && \
-    pip3 install -r /requirements/base.txt && \
+    pip3 install -r /requirements/base.txt cryptography=3.3.2 && \
     rm -rf $PIP_DOWNLOAD_CACHE
 
 ARG install_dev_deps=0
-- 
GitLab