File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN python -m pip install --no-cache-dir -U pip && \
3333 python -m pip install --no-cache-dir -r requirements/s3.pip && \
3434 python -m pip install --no-cache-dir -r requirements/ses.pip && \
3535 python -m pip install --no-cache-dir -r requirements/azure.pip && \
36- python -m pip install --no-cache-dir pyyaml==6.0.1 uwsgitop==0.12 supervisor==4.2.5
36+ python -m pip install --no-cache-dir pyyaml==6.0.1 uwsgitop==0.12 supervisor==4.2.5 cryptography==43.0.1
3737
3838ARG INSTALL_DEV_DEPENDENCIES=false
3939RUN if [ "$INSTALL_DEV_DEPENDENCIES" = "true" ]; then \
@@ -58,7 +58,7 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \
5858 make -C docs html
5959
6060
61- FROM debian:bookworm-20241016 as runtime
61+ FROM debian:bookworm-20241111 as runtime
6262
6363ENV DEBIAN_FRONTEND=noninteractive
6464
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ click-plugins==1.1.1
7676 # via celery
7777click-repl==0.3.0
7878 # via celery
79- cryptography==42 .0.8
79+ cryptography==43 .0.1
8080 # via
8181 # jwcrypto
8282 # onadata
You can’t perform that action at this time.
0 commit comments