Skip to content

Commit

Permalink
chore: update gunicorn in prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 17, 2023
1 parent bda263b commit 5b96b06
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 @@ -10,7 +10,7 @@ RUN mkdir /wes
# Install dependencies
COPY pyproject.toml .
COPY poetry.lock .
RUN pip install --no-cache-dir gunicorn==20.1.0 && \
RUN pip install --no-cache-dir gunicorn==21.2.0 && \
poetry config virtualenvs.create false && \
poetry install --without dev --no-root

Expand Down

0 comments on commit 5b96b06

Please sign in to comment.