From c6b57633deb553ce0760242a7c68f389e3e42b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 24 Jan 2019 07:06:05 +0000 Subject: [PATCH] Bump golang from 1.10.3-alpine3.7 to 1.11.5-alpine3.7 in /test_files Bumps golang from 1.10.3-alpine3.7 to 1.11.5-alpine3.7. Signed-off-by: dependabot[bot] --- test_files/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_files/Dockerfile b/test_files/Dockerfile index 5bffd14c..c0524143 100644 --- a/test_files/Dockerfile +++ b/test_files/Dockerfile @@ -2,7 +2,7 @@ # It can be pulled from gofunky/helmsman:test FROM gofunky/kubernetes:v1.11.2 as kube -FROM golang:1.10.3-alpine3.7 as builder +FROM golang:1.11.5-alpine3.7 as builder ARG HELM_VERSION=v2.10.0-rc.3