aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-09-10 19:57:16 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-11 00:55:29 +0100
commit0b495e757c909d6a5802ffa729cdc9d3e4069978 (patch)
treec9a4a64330e43922bf9ea8128d854ee9400e13d8 /Dockerfile
parentUse HassanAbouelela/setup-python for CI (diff)
Bump poetry in Docker and lint to 1.2.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 20b099a0b..d0687475e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM --platform=linux/amd64 python:3.10-slim
# Set pip to have no saved cache
ENV PIP_NO_CACHE_DIR=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
- POETRY_VERSION=1.1.15 \
+ POETRY_VERSION=1.2.0 \
POETRY_HOME="/opt/poetry" \
POETRY_VIRTUALENVS_IN_PROJECT=true \
POETRY_NO_INTERACTION=1 \