From 9facf7b585900afa07101d7bf9d86eba7161df66 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 12 Oct 2017 16:51:37 +0100 Subject: [PATCH] ip: Update to newest alpine. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rebuild to pickup newer go also picked up newer wireguard-tools, 0.0.20171005-r0 → 0.0.20171011-r0. Signed-off-by: Ian Campbell --- pkg/ip/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 3f917c3e0..ab147e935 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror +FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add curl RUN apk add --no-cache --initdb -p /out \