aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-04-10 21:56:43 +0100
committerGravatar Chris Lovering <[email protected]>2024-04-10 22:01:11 +0100
commit172560994d65793f5fa150b92d57b220c707bd58 (patch)
treefa5f7565686e6257fd3318cb5a90ba2708987333
parentBump poetry to 1.7.1 (diff)
Bump poetry to 1.8.2
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ca69617..384ad55 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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.7.1 \
+ENV POETRY_VERSION=1.8.2 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \