From b39620679905411a6bb2fd0d542835d1cff32134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:44:27 +0000 Subject: [PATCH] chore(deps): bump arm64v8/alpine from 3.12.0 to 3.12.1 Bumps arm64v8/alpine from 3.12.0 to 3.12.1. Signed-off-by: dependabot[bot] --- Dockerfile.arm64v8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 42e07632..cc1a3b97 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -13,7 +13,7 @@ RUN go build -o /bin/chaoskube -v \ -ldflags "-X main.version=$(git describe --tags --always --dirty) -w -s" # final image -FROM arm64v8/alpine:3.12.0 +FROM arm64v8/alpine:3.12.1 MAINTAINER Linki COPY --from=builder /bin/chaoskube /bin/chaoskube