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 b5c5890 commit c0d4488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster-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 c0d4488

Please sign in to comment.