From df1e488526d3ddb339e7049df5a6c757c1009979 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 2 Mar 2017 16:20:05 -0800 Subject: [PATCH] Update registry build to use go 1.8 Signed-off-by: Derek McGowan (github: dmcgowan) --- Dockerfile | 2 +- circle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 426954a1..b0d06f12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7-alpine +FROM golang:1.8-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 99a639c6..ddc76c86 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ machine: post: # go - - gvm install go1.7 --prefer-binary --name=stable + - gvm install go1.8 --prefer-binary --name=stable environment: # Convenient shortcuts to "common" locations