diff --git a/Makefile.eve b/Makefile.eve index 13a5e7230bb8..7ae099db546f 100644 --- a/Makefile.eve +++ b/Makefile.eve @@ -3,7 +3,7 @@ VERSION=$(shell git rev-parse --short=12 HEAD) DIRTY=$(shell git diff --quiet || echo '-dirty') EVE_FLAVOR=rt ARCHITECTURE=amd64 -KERNEL_TAG=v6.1.38 +KERNEL_TAG=v6.1.105 PLATFORM=linux/$(ARCHITECTURE) BUILD_USER:=$(shell id -un)