aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-06-08 17:07:51 +0000
committerGravatar GitHub <[email protected]>2023-06-08 17:07:51 +0000
commit4423d7a787400361d405ed4fe7b663354a1c72b5 (patch)
treec8f442ef05996f6f151f0649132f5afd0fa72ef2
parentAlways attempt to pull all referenced images when building (diff)
Update poetry version
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8dda871..0787879 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.3.1 \
+ENV POETRY_VERSION=1.5.1 \
POETRY_HOME="/opt/poetry/home" \
POETRY_CACHE_DIR="/opt/poetry/cache" \
POETRY_NO_INTERACTION=1 \