diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d55d94..592d2a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.12.46" + kernel: "6.12.50" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index 783e1a0..0f0d118 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.46) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.12.50) .PHONY: all all: build