diff --git a/cmd/fluent-manager/Dockerfile b/cmd/fluent-manager/Dockerfile index 6acc7faf7..8280b048c 100644 --- a/cmd/fluent-manager/Dockerfile +++ b/cmd/fluent-manager/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22.0-alpine3.19 as builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 as builder WORKDIR /workspace # Copy the Go Modules manifests