Skip to content

Commit

Permalink
change to openshift/origin-release:golang-1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored Aug 24, 2018
1 parent c0d4488 commit 73629fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/machine-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Reproducible builder image
FROM golang:1.10.0 as builder
FROM openshift/origin-release:golang-1.10 as builder
WORKDIR /go/src/sigs.k8s.io/cluster-api-provider-aws
# This expects that the context passed to the docker build command is
# the cluster-api-provider-aws directory.
Expand Down

0 comments on commit 73629fb

Please sign in to comment.