diff --git a/cmd/fluent-manager/Dockerfile b/cmd/fluent-manager/Dockerfile index fab991bb3..9ddc6cf97 100644 --- a/cmd/fluent-manager/Dockerfile +++ b/cmd/fluent-manager/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.19 as builder +FROM --platform=$BUILDPLATFORM golang:1.23.3-alpine3.19 as builder WORKDIR /workspace # Copy the Go Modules manifests