Skip to content

Commit

Permalink
Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored Jun 8, 2023
1 parent d90b778 commit 4423d7a
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.3.1 \
ENV POETRY_VERSION=1.5.1 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \
Expand Down

0 comments on commit 4423d7a

Please sign in to comment.