aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-01-01 13:17:24 +0000
committerGravatar Chris Lovering <[email protected]>2025-01-01 13:17:24 +0000
commit4cffa22a2dd15f338af5cafbf44fae0e4aa1ff58 (patch)
treeb71bd3e5fa9aa002b7818bdbcc80140f3759fef2
parentAdd 3.13, remove 3.9 (diff)
Bump poetry version used to 1.8.5
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 384ad55..19992db 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.8.2 \
+ENV POETRY_VERSION=1.8.5 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \