From 0adec4eb4f1b945c73f695426b3ec04c5741472f Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Tue, 11 Sep 2018 23:15:40 -0400 Subject: [PATCH] Updated date in copyright and golang version in Dockerfile --- builder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/Dockerfile b/builder/Dockerfile index c8fae5c7..d6537480 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017 The Kubernetes Authors. All rights reserved +# Copyright 2018 The Kubernetes Authors. All rights reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.10.2 +FROM golang:1.11.0 LABEL maintainer="Marcin Wielgus " ENV GOPATH /gopath/