diff --git a/Dockerfile b/Dockerfile index d38833fa..2797989b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM golang:1.21 as builder +FROM golang:1.22 as builder COPY . /go/src/github.com/apache/cloudstack-kubernetes-provider WORKDIR /go/src/github.com/apache/cloudstack-kubernetes-provider RUN make clean && CGO_ENABLED=0 GOOS=linux make