From 0ed680071c232f87bf3197907720026dea496364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 06:53:12 +0000 Subject: [PATCH] chore(deps): bump golang from 1.15.6-alpine3.12 to 1.15.7-alpine3.12 Bumps golang from 1.15.6-alpine3.12 to 1.15.7-alpine3.12. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce357249..07ffb617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.6-alpine3.12 +FROM golang:1.15.7-alpine3.12 ARG TARGETOS ARG TARGETARCH