Skip to content

Commit

Permalink
Bump poetry to 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Apr 10, 2024
1 parent 3f79f10 commit 1725609
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 @@ -4,7 +4,7 @@ FROM python:$python_version

# POETRY_VIRTUALENVS_IN_PROJECT is required to ensure in-projects venvs mounted from the host in dev
# don't get prioritised by `poetry run`
ENV POETRY_VERSION=1.7.1 \
ENV POETRY_VERSION=1.8.2 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \
Expand Down

0 comments on commit 1725609

Please sign in to comment.