From 05d3b1d15384d5cc862eb1982ebc237af1f96311 Mon Sep 17 00:00:00 2001 From: Skillet Date: Thu, 20 Jul 2023 21:24:03 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96a20c7..ce8d588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,9 @@ FROM base as build ENV PIP_DEFAULT_TIMEOUT=100 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ - PIP_NO_CACHE_DIR=1 \ - POETRY_VERSION=1.3.2 + PIP_NO_CACHE_DIR=1 -RUN pip install "poetry==$POETRY_VERSION" +RUN pip install "poetry" COPY pyproject.toml poetry.lock ./