We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408b5d8 commit f2d6e6cCopy full SHA for f2d6e6c
packages/api/internal/cfg/model.go
@@ -3,7 +3,7 @@ package cfg
3
import "github.com/caarlos0/env/v11"
4
5
const (
6
- DefaultKernelVersion = "vmlinux-6.1.102"
+ DefaultKernelVersion = "vmlinux-6.1.158"
7
// The Firecracker version the last tag + the short SHA (so we can build our dev previews)
8
// TODO: The short tag here has only 7 characters — the one from our build pipeline will likely have exactly 8 so this will break.
9
DefaultFirecrackerVersion = "v1.12.1_d990331"
0 commit comments