Skip to content

Commit

Permalink
ci: Pin poetry to 1.7.1 for Alpine Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
s373nZ committed Feb 26, 2024
1 parent 9f250f6 commit e0c1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY . /source

RUN git clone /source /repo --recursive && \
cd /repo && \
python3 -m pip install poetry && \
python3 -m pip install "poetry==1.7.1" && \
poetry export --without-hashes --with=dev > requirements.txt && \
python3 -m pip install -r requirements.txt --ignore-installed --force && \
./configure --enable-static --prefix=/usr && \
Expand Down

0 comments on commit e0c1d92

Please sign in to comment.