From 0a0d4f5388e1e1b8bdbf8d51c7daf960859c8fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 07:09:39 +0000 Subject: [PATCH] fix(deps): bump alpine from 3.13.4 to 3.13.5 Bumps alpine from 3.13.4 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 3ed2e28..c7c1c95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN go mod download && \ CGO_ENABLED=0 go build -ldflags="-s -w" -o "bin-release" -FROM alpine:3.13.4 +FROM alpine:3.13.5 WORKDIR /