diff options
author | 2024-02-07 20:09:09 +0000 | |
---|---|---|
committer | 2024-02-07 20:09:09 +0000 | |
commit | 3f79f100cd1042aeeb3045cc803ebf2c29250048 (patch) | |
tree | ff993d0008a7cfac13631b37c782c0e991705e53 | |
parent | Update example Dockerfile to not specify an architecture (diff) |
Bump poetry to 1.7.1
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |