Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/builder/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
@@ -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
Loading