diff --git a/Dockerfile b/Dockerfile index 9a9739c..9e28a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.25.6-alpine AS builder +FROM golang:1.26.0-alpine AS builder # Install build dependencies RUN apk add --no-cache git make