Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a8ddb32

Browse files
Pin also poetry and remaining unpinned libs
1 parent f28b765 commit a8ddb32

3 files changed

Lines changed: 105 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1010
&& rm -rf /var/lib/apt/lists/*
1111

1212
# Install Poetry
13-
RUN pip install poetry==1.8.4 && rm -rf /root/.cache/pip
13+
RUN pip install poetry==2.0.0 && rm -rf /root/.cache/pip
1414

1515
# Set the working directory
1616
WORKDIR /app

0 commit comments

Comments
 (0)