diff options
author | 2025-09-29 17:05:34 +0100 | |
---|---|---|
committer | 2025-09-29 17:13:49 +0100 | |
commit | 0de971b462c45f14ffd25ae8d7ff29bb2ac097dc (patch) | |
tree | 057c78c7a2ce095319d8b5ee591456d584803036 /Dockerfile | |
parent | Build 3.14 rc images (diff) |
Diffstat (limited to 'Dockerfile')
-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.8.5 \ +ENV POETRY_VERSION=2.2.1 \ POETRY_HOME="/opt/poetry/home" \ POETRY_CACHE_DIR="/opt/poetry/cache" \ POETRY_NO_INTERACTION=1 \ |