From 2a27bccf46855acd5571496d1d240a8b93863f3a Mon Sep 17 00:00:00 2001 From: mpl Date: Tue, 28 Feb 2017 01:39:35 +0100 Subject: [PATCH] Dockerfile: fix for Go 1.8 Change-Id: I81982fe5d23e9846822024222e2006905a1158dc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 277335cfc..95f97e727 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ENV GOROOT /usr/local/go ENV PATH $GOROOT/bin:/gopath/bin:$PATH ENV GOPATH /gopath ENV CGO_ENABLED 0 -ENV CAMLI_GOPHERJS_GOROOT /usr/local/go1.7 +ENV CAMLI_GOPHERJS_GOROOT /usr/local/go WORKDIR /gopath/src/camlistore.org RUN go run make.go