Skip to content

Commit

Permalink
Update cryptography on the runtime image
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Nov 27, 2024
1 parent c548cc2 commit a0d613b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \

FROM debian:bookworm-20241111 as runtime

python -m pip install --no-cache-dir cryptography==43.0.1

ENV DEBIAN_FRONTEND=noninteractive

# Install prerequisite packages
Expand Down

0 comments on commit a0d613b

Please sign in to comment.