From f6695a7e03bed9d6445ab43f065b66f107220f12 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Fri, 2 Aug 2019 00:28:39 +0100 Subject: [PATCH] pkg/firmware: Update the kernel package to a newer version. Signed-off-by: Rolf Neugebauer --- pkg/firmware/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 761327a7d..5873b42d6 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,5 +1,5 @@ # Make modules from a recentish kernel available -FROM linuxkit/kernel:4.14.28 AS kernel +FROM linuxkit/kernel:4.14.126 AS kernel FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build RUN apk add --no-cache git kmod