Skip to content

Commit

Permalink
Bump firecracker version in e2e tests to v0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Dec 13, 2021
1 parent d045e5f commit dba1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dba1e3d

Please sign in to comment.