From f25bf6cb293a8eb5f23d25a6fc0e6fa5b55f249c Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sun, 7 Jun 2026 00:32:27 +1000 Subject: [PATCH] chore: bump almalinux9 image tags (#46) Bump almalinux9 image tags to 20260606 Reviewed-on: https://git.unkin.net/unkin/artifactapi/pulls/46 Co-authored-by: Ben Vincent Co-committed-by: Ben Vincent --- .woodpecker/pre-commit.yaml | 2 +- .woodpecker/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml index 448bd09..5086dd5 100644 --- a/.woodpecker/pre-commit.yaml +++ b/.woodpecker/pre-commit.yaml @@ -3,7 +3,7 @@ when: steps: - name: pre-commit - image: git.unkin.net/unkin/almalinux9-base:20260308 + image: git.unkin.net/unkin/almalinux9-base:20260606 commands: - uvx pre-commit run --all-files diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 1003b57..b137cd2 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -3,6 +3,6 @@ when: steps: - name: test - image: git.unkin.net/unkin/almalinux9-base:20260308 + image: git.unkin.net/unkin/almalinux9-base:20260606 commands: - uvx --python 3.11 --with tox-uv tox