diff --git a/dhcp-controller/Dockerfile b/dhcp-controller/Dockerfile index 4bf7f574..4008a1c7 100644 --- a/dhcp-controller/Dockerfile +++ b/dhcp-controller/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