From e93f38916c5e413a8eb9cc79ddcfc27af3f4c9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 04:11:52 +0000 Subject: [PATCH] chore(deps): bump golang from 1.14.4-alpine to 1.14.5-alpine Bumps golang from 1.14.4-alpine to 1.14.5-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fa8d35..6b8be72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # image used for the healthcheck binary -FROM golang:1.14.4-alpine AS gobuilder +FROM golang:1.14.5-alpine AS gobuilder COPY healthcheck/ /go/src/healthcheck/ RUN CGO_ENABLED=0 go build -ldflags '-w -s -extldflags "-static"' -o /healthcheck /go/src/healthcheck/