Skip to content

Commit dc6b805

Browse files
committed
Pin poetry version in Dockerfile
1 parent aa7851e commit dc6b805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR $HOME
2222
COPY pyproject.toml poetry.lock $HOME/
2323

2424
# Upgrade pip and install python packages for code
25-
RUN pip install --upgrade --no-cache-dir pip poetry \
25+
RUN pip install --upgrade --no-cache-dir pip "poetry>=2.1,<2.2" \
2626
&& poetry --version \
2727
# Configure to use system instead of virtualenvs
2828
&& poetry config virtualenvs.create false \

0 commit comments

Comments
 (0)