Skip to content

Commit 80aac2c

Browse files
authored
Update gunicorn to 25 and switch to sync worker class. bump versions all around. (#408)
1 parent 09b72c4 commit 80aac2c

4 files changed

Lines changed: 276 additions & 211 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1515
curl
1616

1717
# Install Poetry
18-
ENV POETRY_VERSION=2.3.1 \
18+
ENV POETRY_VERSION=2.3.2 \
1919
POETRY_HOME="/opt/poetry" \
2020
POETRY_NO_INTERACTION=1 \
2121
POETRY_VIRTUALENVS_IN_PROJECT=1 \

0 commit comments

Comments
 (0)