From 584613cddbbb94151a6cf05f0d052cd44f2b283f Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 22 Aug 2017 11:50:20 +0100 Subject: [PATCH] Update ip package to latest Alpine base There was a wireguard mismatch with the kernel module in the recent kernel builds. Signed-off-by: Justin Cormack --- pkg/ip/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 6bb39da54..e04abc103 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS mirror +FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \