From 3ff39208e5ea6766ef861a2f3eae336a88e56cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 04:17:14 +0000 Subject: [PATCH] build(deps): bump alpine from 3.13.2 to 3.13.5 in /hack/build Bumps alpine from 3.13.2 to 3.13.5. Signed-off-by: dependabot[bot] --- hack/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build/Dockerfile b/hack/build/Dockerfile index fc3dff084..0837d0a3b 100644 --- a/hack/build/Dockerfile +++ b/hack/build/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.2 +FROM alpine:3.13.5 RUN apk add --no-cache ca-certificates