From c317aae49d43a6e69ed4ccca29a40a12c791f780 Mon Sep 17 00:00:00 2001 From: jimmychiuuuu Date: Wed, 19 Aug 2026 12:53:04 +0000 Subject: [PATCH] build(deps): bump golang from 1.26.5-trixie to 1.26.6-trixie --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d1baa9..ffa6004 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.5-trixie as build +FROM golang:1.26.6-trixie as build WORKDIR /src COPY . /src RUN CGO_ENABLED=0 go build -o /cc-device-plugin