aboutsummaryrefslogtreecommitdiffstats
path: root/.woodpecker
diff options
context:
space:
mode:
Diffstat (limited to '.woodpecker')
-rw-r--r--.woodpecker/lint.yml2
1 files changed, 1 insertions, 1 deletions
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