From aebe42b6c4bc3258a143b2403821b04632ee5b5b Mon Sep 17 00:00:00 2001 From: Sami Alajrami Date: Sun, 1 Apr 2018 15:26:10 +0200 Subject: [PATCH] bumping go version in the build/test docker image. --- test_files/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_files/dockerfile b/test_files/dockerfile index 0c4e5bab..eea05ba7 100644 --- a/test_files/dockerfile +++ b/test_files/dockerfile @@ -1,6 +1,6 @@ # This is a docker image for the helmsman test container # It can be pulled from praqma/helmsman-test -FROM golang:1.8-alpine3.6 as builder +FROM golang:1.10-alpine3.7 as builder ENV KUBE_LATEST_VERSION v1.8.2 ENV HELM_VERSION v2.7.0