Skip to content

Commit

Permalink
update uwsgi in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Dec 6, 2022
1 parent 83ef6ee commit cdc99de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN mkdir -p /code
WORKDIR /code

RUN pip install -U pip
RUN pip install uwsgi==2.0.16
RUN pip install uwsgi==2.0.21

COPY ./requirements.txt /code/requirements.txt
COPY ./constraints.txt /code/constraints.txt
Expand Down

0 comments on commit cdc99de

Please sign in to comment.