diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ea2425..d1aeae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.18.42" + kernel: "6.18.44" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index ccb43f1..ba85a3d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.18.42) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.18.44) .PHONY: all all: build