diff --git a/docker/crd-installer.Dockerfile b/docker/crd-installer.Dockerfile index 65c1706fc..aa520f1c6 100644 --- a/docker/crd-installer.Dockerfile +++ b/docker/crd-installer.Dockerfile @@ -1,5 +1,5 @@ # Build the crdinstaller binary -FROM mcr.microsoft.com/oss/go/microsoft/golang:1.26.6-1 AS builder +FROM mcr.microsoft.com/oss/go/microsoft/golang:1.26.8-1 AS builder ARG GOOS=linux ARG GOARCH=amd64