diff options
author | 2023-01-28 23:26:41 +0000 | |
---|---|---|
committer | 2023-01-28 23:26:41 +0000 | |
commit | 9b9991c0e067ec55642060989d5f7eff7f1ebfdd (patch) | |
tree | 9efe4dafe1fbfb0654e77a109702f065c9b5e706 | |
parent | Include 3.11 builds and bump poetry version (diff) |
Update poetry version
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ FROM --platform=linux/amd64 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.2.2 \ +ENV POETRY_VERSION=1.3.1 \ POETRY_HOME="/opt/poetry/home" \ POETRY_CACHE_DIR="/opt/poetry/cache" \ POETRY_NO_INTERACTION=1 \ |