From ded0269f3dc2bffcdcf33b9bbc5a35f39a1c86ff Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 22 Jan 2016 14:15:59 +0000 Subject: [PATCH] revert to debian - this is aufs issue and affects both anyway 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 0e84ae6a9..84fa503d0 100644 --- a/alpine/kernel/Dockerfile +++ b/alpine/kernel/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:15.10 +FROM debian:unstable ARG KERNEL_VERSION=4.1.15 ARG ARCH=x86_64