diff --git a/Dockerfile b/Dockerfile index 5608a2f2221c1474f17564c82b67e6051ed6e1aa..091d47fc19ae72f98eaddf7ab5803672fc0265b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the di-operator binary -FROM golang:1.14 as builder +FROM golang:1.15 as builder WORKDIR /workspace # Copy the Go Modules manifests