diff --git a/hostplumber/Dockerfile b/hostplumber/Dockerfile index 428e5105..1371bad0 100644 --- a/hostplumber/Dockerfile +++ b/hostplumber/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22 as builder +FROM golang:1.23 as builder WORKDIR /workspace # Copy the Go Modules manifests