From 807887728d3826a2fd9d6b978a82f41110e101d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:46:31 +0000 Subject: [PATCH] Update fedora Docker tag to v45 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ca3f1..bc140f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: bazel-fedora: name: bazel fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: | @@ -410,7 +410,7 @@ jobs: cmake-fedora: name: cmake fedora linux amd64 runs-on: ubuntu-latest - container: fedora:44 + container: fedora:45 steps: - name: setup run: |