Skip to content

Commit

Permalink
update golang docker builder image (kubernetes-sigs#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and k8s-ci-robot committed Jan 18, 2019
1 parent 986acbe commit 3650286
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
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.11.2 as builder
FROM golang:1.11.4 as builder

# Copy in the go src
WORKDIR $GOPATH/src/sigs.k8s.io/cluster-api
Expand Down

0 comments on commit 3650286

Please sign in to comment.