chore: change to specific ci image
ci/woodpecker/pr/pre-commit Pipeline was successful

- almalinux9-opentofu image contains all required tools
This commit is contained in:
2026-03-09 01:14:41 +11:00
parent 172ceac2fc
commit c61434b692
+1 -2
View File
@@ -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