We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f5669 commit 81f3cfbCopy full SHA for 81f3cfb
backend/Dockerfile
@@ -26,7 +26,7 @@ COPY poetry.lock /code/
26
COPY startup.sh /code/
27
28
RUN pip install --upgrade pip && \
29
- pip install poetry==1.8.5
+ pip install poetry==2.0.0
30
RUN poetry install
31
RUN rm -rf $POETRY_CACHE_DIR
32
enterprise/backend/Dockerfile
@@ -29,7 +29,7 @@ COPY backend/pyproject.toml /code/
COPY backend/poetry.lock /code/
33
34
35
0 commit comments