Skip to content

Commit

Permalink
update container builder image to use golang 1.10.1 (#6410) (#6412)
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros authored and shenli committed Apr 27, 2018
1 parent 99457c3 commit 637e130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM golang:1.9-alpine as builder
FROM golang:1.10.1-alpine as builder

RUN apk add --no-cache \
make \
Expand Down

0 comments on commit 637e130

Please sign in to comment.