From 1c8a9809cf765cb84f5754670bb888118d01c8f8 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sun, 5 Jan 2025 02:13:11 +0100 Subject: [PATCH] Use 2025-01-05 version of Linux CI containers --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 148ad366..2ebb35ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: HOME: /home/runner runs-on: ubuntu-22.04 container: - image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-12-18 + image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2025-01-05 steps: - name: Install dependencies