Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Switching to go 1.10
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Mar 20, 2018
1 parent e501d1b commit 43aa280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 43aa280

Please sign in to comment.