From 04fe6305a3fd92dbb8a4247bf80bf21a9d6e959d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:24:58 +0000 Subject: [PATCH] Update dependency libkrun/libkrunfw to v5.5.0 --- images/builder/Containerfile | 2 +- versions.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/builder/Containerfile b/images/builder/Containerfile index fd51f69..962a5f6 100644 --- a/images/builder/Containerfile +++ b/images/builder/Containerfile @@ -4,7 +4,7 @@ # Builder container image for building libkrun + libkrunfw from source. ARG LIBKRUN_VERSION=v1.19.4 -ARG LIBKRUNFW_VERSION=v5.4.0 +ARG LIBKRUNFW_VERSION=v5.5.0 FROM fedora:43 diff --git a/versions.env b/versions.env index 6f5a5be..49682d9 100644 --- a/versions.env +++ b/versions.env @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: Copyright 2025 Stacklok, Inc. # SPDX-License-Identifier: Apache-2.0 LIBKRUN_VERSION=v1.19.4 -LIBKRUNFW_VERSION=v5.4.0 +LIBKRUNFW_VERSION=v5.5.0