diff --git a/dhcp-controller/Dockerfile b/dhcp-controller/Dockerfile index d1895069..42c3128d 100644 --- a/dhcp-controller/Dockerfile +++ b/dhcp-controller/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