diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index b820f60..b5afd67 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -17,7 +17,7 @@ steps: evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' pylint: - image: "registry.mgrote.net/allzweckcontainer:latest" + image: "registry.mgrote.net/pylint:master" commands: - pip3 install --no-cache-dir --break-system-packages -r requirements.txt - pylint app.py