Pin poetry==1.8.3

Multi-arch builds for log4pot are currently only working when pinning `poetry==1.8.3`.
As reported pipeline did not push images to registries (#1736)
This commit is contained in:
Marco Ochse 2025-01-15 16:23:06 +01:00 committed by GitHub
parent 4917c42fbc
commit 8162ce2571
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ RUN apt-get update -y && \
python3-dev \ python3-dev \
rust-all && \ rust-all && \
pip3 install --no-cache-dir --break-system-packages \ pip3 install --no-cache-dir --break-system-packages \
poetry \ poetry==1.8.3 \
pycurl && \ pycurl && \
# #
# Install log4pot from GitHub and setup # Install log4pot from GitHub and setup