Skip to content

Commit ca01631

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)