From 595188e1f2503bb73755847bd739de912ca17e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 04:05:34 +0000 Subject: [PATCH] Bump alpine from 3.13.0 to 3.13.5 Bumps alpine from 3.13.0 to 3.13.5. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3c02ac..2aa199f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY . . RUN go install -FROM alpine:3.13.0 +FROM alpine:3.13.5 LABEL repository="https://github.com/morphy2k/revive-action" LABEL homepage="https://github.com/morphy2k/revive-action"