diff --git a/build/docker/openbb.dockerfile b/build/docker/openbb.dockerfile index 771be63cb84b..e393c9ad5f79 100644 --- a/build/docker/openbb.dockerfile +++ b/build/docker/openbb.dockerfile @@ -40,7 +40,7 @@ FROM debian as poetry ENV PATH="/home/python/.local/bin:${PATH}" RUN pip install --upgrade pip wheel -RUN pip install poetry==1.1.15 +RUN pip install poetry==1.3.2 # SETUP OPENBB IMAGE FROM poetry as repository