Skip to content

Commit f2d6e6c

Browse files
authored
Update default kernel version to vmlinux-6.1.158 (#1542)
1 parent 408b5d8 commit f2d6e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/internal/cfg/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cfg
33
import "github.com/caarlos0/env/v11"
44

55
const (
6-
DefaultKernelVersion = "vmlinux-6.1.102"
6+
DefaultKernelVersion = "vmlinux-6.1.158"
77
// The Firecracker version the last tag + the short SHA (so we can build our dev previews)
88
// TODO: The short tag here has only 7 characters — the one from our build pipeline will likely have exactly 8 so this will break.
99
DefaultFirecrackerVersion = "v1.12.1_d990331"

0 commit comments

Comments
 (0)