diff options
author | 2023-06-08 17:07:51 +0000 | |
---|---|---|
committer | 2023-06-08 17:07:51 +0000 | |
commit | 4423d7a787400361d405ed4fe7b663354a1c72b5 (patch) | |
tree | c8f442ef05996f6f151f0649132f5afd0fa72ef2 | |
parent | Always attempt to pull all referenced images when building (diff) |
Update poetry version
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |