kernel: Update kernel build to latest alpine base

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer
2019-09-15 13:55:34 +01:00
parent 81b78e87a6
commit 0b352bae73
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
ARG IMAGE
FROM ${IMAGE} AS ksrc
FROM linuxkit/alpine:86cd4f51b49fb9a078b50201d892a3c7973d48ec AS build
FROM linuxkit/alpine:3fdc49366257e53276c6f363956a4353f95d9a81 AS build
RUN apk add \
argp-standalone \
bash \