From fc432f29ce69cadd71655530a449e81bf817453a Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 26 Mar 2024 23:24:37 -0300 Subject: [PATCH] Update poetry version to 1.8.2 in Dockerfiles --- base.Dockerfile | 2 +- build_and_push.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.Dockerfile b/base.Dockerfile index 2293c35dd..936943cd1 100644 --- a/base.Dockerfile +++ b/base.Dockerfile @@ -23,7 +23,7 @@ ENV PYTHONUNBUFFERED=1 \ \ # poetry # https://python-poetry.org/docs/configuration/#using-environment-variables - POETRY_VERSION=1.7.1 \ + POETRY_VERSION=1.8.2 \ # make poetry install to this location POETRY_HOME="/opt/poetry" \ # make poetry create the virtual environment in the project's root diff --git a/build_and_push.Dockerfile b/build_and_push.Dockerfile index f296d83aa..3cce7804b 100644 --- a/build_and_push.Dockerfile +++ b/build_and_push.Dockerfile @@ -23,7 +23,7 @@ ENV PYTHONUNBUFFERED=1 \ \ # poetry # https://python-poetry.org/docs/configuration/#using-environment-variables - POETRY_VERSION=1.7.1 \ + POETRY_VERSION=1.8.2 \ # make poetry install to this location POETRY_HOME="/opt/poetry" \ # make poetry create the virtual environment in the project's root