From b598eca78576e1876b3ce5887366ce0d16ea91f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jan 2021 07:04:44 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.13.0 to 3.13.1 Bumps alpine from 3.13.0 to 3.13.1. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0992b530..cb410dab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ COPY . . RUN make release-binary -FROM alpine:3.13.0 +FROM alpine:3.13.1 # Dex connectors, such as GitHub and Google logins require root certificates. # Proper installations should manage those certificates, but it's a bad user