mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-05 22:58:51 +00:00
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:
parent
4917c42fbc
commit
8162ce2571
1 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ RUN apt-get update -y && \
|
|||
python3-dev \
|
||||
rust-all && \
|
||||
pip3 install --no-cache-dir --break-system-packages \
|
||||
poetry \
|
||||
poetry==1.8.3 \
|
||||
pycurl && \
|
||||
#
|
||||
# Install log4pot from GitHub and setup
|
||||
|
|
Loading…
Reference in a new issue