Skip to content

Commit c548cc2

Browse files
committed
Update runtime image and cryptography version
1 parent 1fddd09 commit c548cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/onadata-uwsgi/Dockerfile.ubuntu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3838
ARG INSTALL_DEV_DEPENDENCIES=false
3939
RUN 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

6363
ENV DEBIAN_FRONTEND=noninteractive
6464

requirements/dev.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ click-plugins==1.1.1
7676
# via celery
7777
click-repl==0.3.0
7878
# via celery
79-
cryptography==42.0.8
79+
cryptography==43.0.1
8080
# via
8181
# jwcrypto
8282
# onadata

0 commit comments

Comments
 (0)