From e7fe5dab0e80edd8a2604486cb62406c6277b78c Mon Sep 17 00:00:00 2001 From: Aelin Date: Fri, 19 Jun 2026 12:10:53 +0200 Subject: [PATCH] ci: Switch to Alpine 3.24 for CI runs Now that Alpine 3.24 is out and the issues with Python 3.14 are resolved, we can safely upgrade in CI. Part-of: --- .ci/build-jobs.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build-jobs.yaml.j2 b/.ci/build-jobs.yaml.j2 index 4c14700ea..20fff046a 100644 --- a/.ci/build-jobs.yaml.j2 +++ b/.ci/build-jobs.yaml.j2 @@ -1,4 +1,4 @@ -image: registry.alpinelinux.org/img/alpine:3.23 +image: registry.alpinelinux.org/img/alpine:3.24 stages: - build - hardware tests