From e1d195944a355a76ba5038e30e2b9e49a20f6826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 08:30:19 +0000 Subject: [PATCH] chore(deps): bump arm32v6/alpine from 3.13.0 to 3.13.2 Bumps arm32v6/alpine from 3.13.0 to 3.13.2. Signed-off-by: dependabot[bot] --- Dockerfile.arm32v6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm32v6 b/Dockerfile.arm32v6 index d9e71c47..3eb9f1c2 100644 --- a/Dockerfile.arm32v6 +++ b/Dockerfile.arm32v6 @@ -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 arm32v6/alpine:3.13.0 +FROM arm32v6/alpine:3.13.2 MAINTAINER Linki COPY --from=builder /bin/chaoskube /bin/chaoskube