From 43aa280cd2531d960c1ed50b06767855decc1394 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 20 Mar 2018 16:41:51 +0100 Subject: [PATCH] Switching to go 1.10 Signed-off-by: David Gageot --- CONTRIBUTING.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e098a5904a..e7af7d1fbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ guidelines](https://github.com/docker/docker/blob/master/CONTRIBUTING.md). The requirements to build Machine are: -1. A running instance of Docker or a Golang 1.6 development environment +1. A running instance of Docker or a Golang 1.10 development environment 2. The `bash` shell 3. [Make](https://www.gnu.org/software/make/) diff --git a/Dockerfile b/Dockerfile index 6ea97d8b59..348aa1d211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8.3 +FROM golang:1.10.0 RUN apt-get update && apt-get install -y --no-install-recommends \ openssh-client \