aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-07 20:09:09 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-07 20:09:09 +0000
commit3f79f100cd1042aeeb3045cc803ebf2c29250048 (patch)
treeff993d0008a7cfac13631b37c782c0e991705e53
parentUpdate example Dockerfile to not specify an architecture (diff)
Bump poetry to 1.7.1
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0dd5853..ca69617 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.6.1 \
+ENV POETRY_VERSION=1.7.1 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \