Skip to content

Commit

Permalink
Update checkmk-dev-tools from 0.4.2 to 0.4.3
Browse files Browse the repository at this point in the history
... to add retry function for artifact download

CMK-21785

Change-Id: Icc09353a60c2f4ed7bb0921abea04b6a08434945
  • Loading branch information
JonasScharpf committed Feb 13, 2025
1 parent 7971950 commit 197581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk update && \
# install checkmk-dev-tools to run ci-artifacts
# install pyyaml to parse editions.yml and stages.yml
RUN pip3 install --break-system-packages \
"checkmk-dev-tools>=0.4.2" \
"checkmk-dev-tools>=0.4.3" \
pyyaml

# verify installation
Expand Down

0 comments on commit 197581c

Please sign in to comment.