Skip to content

Commit

Permalink
Merge pull request #2680 Updated docker file to use latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga authored Aug 26, 2024
2 parents 8789e82 + c7ec6fb commit 87f43ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM onaio/python-deps:3.10.14-20240703 AS base
FROM onaio/python-deps:3.10.14-20240820 AS base

ARG optional_packages

Expand Down Expand Up @@ -58,7 +58,7 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \
make -C docs html


FROM debian:bookworm-20240722 as runtime
FROM debian:bookworm-20240812 as runtime

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 87f43ec

Please sign in to comment.