diff --git a/Dockerfile b/Dockerfile index 77e97f0b..13a23307 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25.5 AS builder +FROM golang:1.25.6 AS builder # Automatic platform arguments provided by Docker BuildKit ARG TARGETOS