diff --git a/Dockerfile b/Dockerfile index ac8dbca2f..e0d74684a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.8-alpine +FROM golang:1.10-alpine ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution ENV DOCKER_BUILDTAGS include_oss include_gcs diff --git a/circle.yml b/circle.yml index ddc76c86c..085ef4f73 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ machine: post: # go - - gvm install go1.8 --prefer-binary --name=stable + - gvm install go1.10 --prefer-binary --name=stable environment: # Convenient shortcuts to "common" locations