From 3a210e290cda8517d17b078b56dd9e8cfc1eb211 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Mon, 10 Jul 2023 04:38:38 +0100 Subject: [PATCH] Bump poetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3767814..30f6d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN \ # Because the PATH is already updated above, this command creates a new venv AND activates it python3 -m venv /opt/venv && \ # Given venv is active, this `pip` refers to the python3 variant - pip install --no-cache-dir poetry==1.4.2 && \ + pip install --no-cache-dir poetry==1.5.1 && \ poetry install --no-cache --no-root && \ poetry build && \ pip install --no-cache-dir dist/hm_config-1.0.tar.gz