diff --git a/Dockerfile b/Dockerfile index f338cc25..52e234da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10 RUN apt-get update && apt-get install -y \ python3-dev libpq-dev wget unzip \ python3-setuptools gcc bc -RUN pip install --no-cache-dir poetry==1.1.13 +RUN pip install --no-cache-dir poetry==1.7.1 COPY . /app WORKDIR /app # For now while we are in heavy development we install the latest with Poetry