diff --git a/hostplumber/Dockerfile b/hostplumber/Dockerfile index d5f0980f..c242a3f3 100644 --- a/hostplumber/Dockerfile +++ b/hostplumber/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.23 AS builder +FROM golang:1.24 AS builder WORKDIR /workspace # Copy the Go Modules manifests