From e30cb91bce5a8b950986383ccce7e5d1531c9f62 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 29 Jul 2016 16:21:24 +0100 Subject: [PATCH] Update kernel to 4.4.16 This contains a lot of fixes for overlay. Fix #374 Signed-off-by: Justin Cormack --- alpine/kernel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/kernel/Dockerfile b/alpine/kernel/Dockerfile index ab39deab3..46bce743f 100644 --- a/alpine/kernel/Dockerfile +++ b/alpine/kernel/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:15.10 -ARG KERNEL_VERSION=4.4.15 +ARG KERNEL_VERSION=4.4.16 ARG ARCH=x86_64 ENV KERNEL_SOURCE=https://www.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_VERSION}.tar.xz