diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4702d0b..0f2e6ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - master env: - kernel: "6.6.46" + kernel: "6.6.48" GCS_BUCKET: images.metal-pod.io jobs: diff --git a/Makefile b/Makefile index 7157a9d..865a7eb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .ONESHELL: -KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.46) +KERNEL_VERSION := $(or ${KERNEL_VERSION},6.6.48) .PHONY: all all: build