aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-09-21 13:02:54 +0100
committerGravatar Chris Lovering <[email protected]>2023-09-21 13:12:04 +0100
commit9b0b14d0771548cbca7951d3709d7eafa5cf0b47 (patch)
tree76292115399decff124948ad5f2c24c702ff65f5
parentAdd support for 3.12-rc (diff)
Bump poetry version to 1.6.1
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1387ef1..1347272 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.5.1 \
+ENV POETRY_VERSION=1.6.1 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \