From d392bddd3ac75a4b6d74b2c3613322d97846d91d Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Tue, 15 Sep 2026 20:16:35 -0400 Subject: [PATCH] Switching to python:3.14-slim image to try speeding up the lint step --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e4ea36..af42690 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,7 @@ when: steps: - name: lint-ansible - image: ghcr.io/ansible/community-ansible-dev-tools:latest + image: python:3.14-slim commands: + - pip install --no-cache-dir ansible-lint - ansible-lint