diff --git a/Dockerfile b/Dockerfile index 9ea08da..b2f9afb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21 as build +FROM golang:1.26-trixie as build WORKDIR /src COPY . /src RUN CGO_ENABLED=0 go build -o /cc-device-plugin diff --git a/manifests/cc-device-plugin.yaml b/manifests/cc-device-plugin.yaml index 63dab45..33ef2b3 100644 --- a/manifests/cc-device-plugin.yaml +++ b/manifests/cc-device-plugin.yaml @@ -34,7 +34,7 @@ spec: - operator: "Exists" effect: "NoSchedule" containers: - - image: us-central1-docker.pkg.dev/gce-confidential-compute/release/cc-device-plugin:v1.1.0 + - image: us-central1-docker.pkg.dev/gce-confidential-compute/release/cc-device-plugin:v1.1.2 imagePullPolicy: Always name: cc-device-plugin resources: