Skip to content

Commit

Permalink
install uWSGI
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Sep 9, 2024
1 parent 5a0708b commit 6e1681e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN /venv/bin/pip install --upgrade pip && poetry install --no-interaction --onl
"uwsgi==2.0.20" \
"whitenoise==5.3.0" \
"flower==1.0.0" \
"codecov==2.1.13"
"uWSGI==2.0.26"

FROM ghcr.io/praekeltfoundation/python-base-nw:3.9-bullseye

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ uwsgi==2.0.14
whitenoise==4.0
flower==0.9.2
tornado<6.0.0
codecov==2.1.13
uWSGI==2.0.26

0 comments on commit 6e1681e

Please sign in to comment.