From eb783b72fe4f107b0488dec7e9854853f1b1d943 Mon Sep 17 00:00:00 2001 From: mfranciszkiewicz Date: Thu, 18 Feb 2021 15:14:38 +0100 Subject: [PATCH] Bump kernel version --- runtime/init-container/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/init-container/Makefile b/runtime/init-container/Makefile index c34e7087..086a88eb 100644 --- a/runtime/init-container/Makefile +++ b/runtime/init-container/Makefile @@ -9,9 +9,9 @@ endif SRC_DIR ?= src TEST_DIR ?= tests -KERNEL_VER = "5.10.12-0-virt" -KERNEL_URL ?= "https://nl.alpinelinux.org/alpine/v3.11/main/x86_64/linux-virt-5.10.12-r0.apk" -KERNEL_SHA256 ?= "74ccfed28189c62722b177837182a3abcfbc7ab9fe1cec8e4c17208cc7902989" +KERNEL_VER = "5.10.16-0-virt" +KERNEL_URL ?= "https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/linux-virt-5.10.16-r0.apk" +KERNEL_SHA256 ?= "d3de4dc7b8c71582cb2e2f78fd742b60e7c718ea59754a42762d45abe601a7cd" UNPACKED_DIR := unpacked_kernel