Skip to content

Commit

Permalink
Upgrade golang version to 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Vladev authored and yupeng.richard committed Mar 26, 2019
1 parent 1624d3a commit 8a35b59
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 #############
FROM golang:1.11.4 AS builder
FROM golang:1.11.5 AS builder

WORKDIR /go/src/github.com/gardener/gardener
COPY . .
Expand Down

0 comments on commit 8a35b59

Please sign in to comment.