Skip to content
Snippets Groups Projects
Commit f5cc8a09 authored by JuniorJPDJ's avatar JuniorJPDJ
Browse files

Pin docker cryptography dependency to alpine's version

parent 903d3b85
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment