aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-01-28 23:26:41 +0000
committerGravatar GitHub <[email protected]>2023-01-28 23:26:41 +0000
commit9b9991c0e067ec55642060989d5f7eff7f1ebfdd (patch)
tree9efe4dafe1fbfb0654e77a109702f065c9b5e706
parentInclude 3.11 builds and bump poetry version (diff)
Update poetry version
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ba7e365..606a5d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \