Skip to content

Commit

Permalink
Bump kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranciszkiewicz committed Feb 18, 2021
1 parent 18eaf8c commit eb783b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/init-container/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb783b7

Please sign in to comment.