From d81ccf746637fe7eb902aeeb32d6fc958ccab3f5 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Mon, 23 Mar 2020 12:56:40 +0000 Subject: [PATCH] Update alpine base image to 3.11.3 Note I'm pinning the minor version here, otherwise it can vary depending on what's on your machine when you build. --- docker/Dockerfile.cloud-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.cloud-agent b/docker/Dockerfile.cloud-agent index 9d86a6ea7..111ef5369 100644 --- a/docker/Dockerfile.cloud-agent +++ b/docker/Dockerfile.cloud-agent @@ -1,4 +1,4 @@ -FROM alpine:3.7 +FROM alpine:3.11.3 WORKDIR /home/weave RUN apk add --no-cache bash conntrack-tools iproute2 util-linux curl COPY ./scope /home/weave/