Skip to content

Commit

Permalink
uwsgi case to upper
Browse files Browse the repository at this point in the history
  • Loading branch information
DevChima committed Sep 9, 2024
1 parent 6e1681e commit 84536a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ ENV VIRTUAL_ENV="/venv"
RUN /venv/bin/pip install --upgrade pip && poetry install --no-interaction --only main && poetry add \
"django-getenv==1.3.2" \
"django-cache-url==3.2.3" \
"uwsgi==2.0.20" \
"uWSGI==2.0.20" \
"whitenoise==5.3.0" \
"flower==1.0.0" \
"uWSGI==2.0.26"
"flower==1.0.0"

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

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

0 comments on commit 84536a0

Please sign in to comment.