From d9ffc575322621b596c4c29170dc65fc0aeca5c2 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 20 Sep 2017 11:46:48 +0100 Subject: [PATCH] pkg: Update the getty, ip, and sshd package to latest alpine base These packages use the wireguard tools which have been updated with the previous commit. Signed-off-by: Rolf Neugebauer --- pkg/getty/Dockerfile | 2 +- pkg/ip/Dockerfile | 2 +- pkg/sshd/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index 4da01dcb3..2c205ec02 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1e67b8fdba849ed2f7e8537c13b7f280639623d6 AS mirror +FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 3eba1c366..2bba9ba12 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1e67b8fdba849ed2f7e8537c13b7f280639623d6 AS mirror +FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b 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 \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index abf72cf49..a4fa94ee6 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:87a0cd10449d72f374f950004467737dbf440630 AS mirror +FROM linuxkit/alpine:f2f4db272c910d136380781a97e475013fabda8b AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \