From 12eb536217383831131d9c501d81802fbe1e9088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:43:30 +0000 Subject: [PATCH] chore(deps): bump firecracker version to v0.25.2 (#317) Co-authored-by: Claudia Beresford --- hack/scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/scripts/bootstrap.sh b/hack/scripts/bootstrap.sh index 434e7f76..0ba58de9 100755 --- a/hack/scripts/bootstrap.sh +++ b/hack/scripts/bootstrap.sh @@ -11,7 +11,7 @@ if [[ $(id -u) != 0 ]]; then fi GO_VERSION="1.17.2" -FIRECRACKER_VERSION="v0.25.1" +FIRECRACKER_VERSION="v0.25.2" INSTALL_ROOT="/usr/local" # install packages