diff options
| author | Michael Grote | 2024-05-08 14:25:58 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:25:58 +0200 |
| commit | 2078d6896a7ba77c24eabcbbec438a65b022d6f4 (patch) | |
| tree | ae22db5be03d293fe58e25a1c35d3f609d006b76 /.woodpecker | |
| parent | fb9d6985a610a118b3f321e7c0e9567842c2723e (diff) | |
c
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index db48158..5a6c3f2 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -17,7 +17,7 @@ steps: evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"' pylint: - image: wpengine/pylint:terraform-1.8.2 + image: "registry.mgrote.net/allzweckcontainer:latest" commands: - pip install --no-cache-dir -r requirements.txt - pylint app.py |