Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <arapgodsmack@gmail.com>
  • Loading branch information
KipSigei committed Jul 31, 2024
1 parent 494974d commit e54d139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN python -m pip install --no-cache-dir -r requirements/docs.pip && \
make -C docs html


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

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tests_require =
httmock
requests-mock
install_requires =
Django>=4.2.11,<5
Django>=4.2.14,<5
django-guardian
django-registration-redux
django-templated-email
Expand Down

0 comments on commit e54d139

Please sign in to comment.