From bc69df25c3f1460eeb9b37b45c9562aac5e4e335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 07:44:23 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.12.0 to 3.12.1 Bumps alpine from 3.12.0 to 3.12.1. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fed0682..30f0af5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 alpine:3.12.0 +FROM alpine:3.12.1 MAINTAINER Linki RUN apk --no-cache add ca-certificates dumb-init tzdata