Skip to content

Commit a9768ab

Browse files
authored
Update default kernel version to vmlinux-6.1.158
Related to e2b-dev/fc-kernels#6 -> Bump kernel version to 6.1.158
1 parent dffa4ae commit a9768ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)