Skip to content

Commit

Permalink
chore: upgrade to Poetry v1.8.0 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Apr 23, 2024
1 parent f974b02 commit d9d486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.__project_name_kebab_case }}/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM base as poetry
USER root

# Install Poetry in separate venv so it doesn't pollute the main venv.
ENV POETRY_VERSION 1.6.1
ENV POETRY_VERSION 1.8.0
ENV POETRY_VIRTUAL_ENV /opt/poetry-env
RUN --mount=type=cache,target=/root/.cache/pip/ \
python -m venv $POETRY_VIRTUAL_ENV && \
Expand Down

0 comments on commit d9d486e

Please sign in to comment.