Skip to content

Commit 81f3cfb

Browse files
committed
poetry alignment
1 parent 04f5669 commit 81f3cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY poetry.lock /code/
2626
COPY startup.sh /code/
2727

2828
RUN pip install --upgrade pip && \
29-
pip install poetry==1.8.5
29+
pip install poetry==2.0.0
3030
RUN poetry install
3131
RUN rm -rf $POETRY_CACHE_DIR
3232

enterprise/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY backend/pyproject.toml /code/
2929
COPY backend/poetry.lock /code/
3030

3131
RUN pip install --upgrade pip && \
32-
pip install poetry==1.8.5
32+
pip install poetry==2.0.0
3333

3434
RUN poetry install
3535
RUN rm -rf $POETRY_CACHE_DIR

0 commit comments

Comments
 (0)