We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793b738 commit 11fcd5dCopy full SHA for 11fcd5d
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
18
&& rm -rf /var/lib/apt/lists/*
19
20
# Install Go
21
-ENV GO_VERSION 1.7.1
+ENV GO_VERSION 1.8.1
22
RUN curl -sSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar -v -C /usr/local -xz
23
ENV PATH /go/bin:/usr/local/go/bin:$PATH
24
ENV GOPATH /go:/go/src/github.com/containerd/containerd/vendor
0 commit comments