Skip to content

Commit

Permalink
fix: update poetry to 1.8.2 (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina authored Mar 20, 2024
1 parent 5af7a65 commit 9a43ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/conf/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
EXPOSE 8000

# https://python-poetry.org/docs/configuration/#using-environment-variables
ENV POETRY_VERSION=1.5.0 \
ENV POETRY_VERSION=1.8.2 \
POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_IN_PROJECT=true \
POETRY_NO_INTERACTION=1 \
Expand Down

0 comments on commit 9a43ca6

Please sign in to comment.