diff --git a/Dockerfile b/Dockerfile index 42e8040..6f33faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-trixie as build +FROM golang:1.26.3-trixie as build WORKDIR /src COPY . /src RUN CGO_ENABLED=0 go build -o /cc-device-plugin