From b3df59ca1346229b4d524eaf7232782d45be2f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 16:46:08 +0000 Subject: [PATCH] Bump golang from 1.14.6-alpine to 1.14.7-alpine Bumps golang from 1.14.6-alpine to 1.14.7-alpine. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e1e1d0b..a41cc5e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14.6-alpine as build-env +FROM golang:1.14.7-alpine as build-env # It is important that these ARG's are defined after the FROM statement ARG ACCESS_TOKEN_USR="nothing"