Skip to content

Commit

Permalink
chore: bump gunicorn to 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Apr 17, 2024
1 parent 236307f commit 4be502f
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==21.2.0 && \
RUN pip install --no-cache-dir gunicorn==22.0.0 && \
poetry config virtualenvs.create false && \
poetry install --without dev --no-root

Expand Down

0 comments on commit 4be502f

Please sign in to comment.