From c61434b692ee744d0d62e60c3ad233e7f8162083 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 9 Mar 2026 01:14:41 +1100 Subject: [PATCH] chore: change to specific ci image - almalinux9-opentofu image contains all required tools --- .woodpecker/pre-commit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index 4bde44d..00d1f7d 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,7 +3,6 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:latest + image: git.unkin.net/unkin/almalinux9-opentofu:20260308 commands: - - dnf install uv opentofu terragrunt tflint -y - uvx pre-commit run --all-files