Skip to content

Commit f3bb33c

Browse files
committed
Dockerfile: bump Go version to 1.10.2
Change-Id: Id1b70ba5ea47d5a06f2e0f6b3e5c835c734467a4 Reviewed-on: https://go-review.googlesource.com/110675 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 0cf5f3c commit f3bb33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GOPATH /go
88
ENV PATH /usr/local/go/bin:$GOPATH/bin:$PATH
99
ENV GOROOT_BOOTSTRAP /usr/local/gobootstrap
1010
ENV CGO_ENABLED=0
11-
ENV GO_VERSION 1.10.1
11+
ENV GO_VERSION 1.10.2
1212
ENV BUILD_DEPS 'curl bzip2 git gcc patch libc6-dev ca-certificates'
1313

1414
# Fake time

0 commit comments

Comments
 (0)