Skip to content

Commit 2ab9ed8

Browse files
authored
Update Dockerfile to patch Go vulnerabilities and update manifest
* Update Dockerfile to patch OS vulnerabilities and update README * fix: bump Go version to 1.26 and update image tag to v1.1.2
1 parent dda26e5 commit 2ab9ed8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as build
1+
FROM golang:1.26-trixie as build
22
WORKDIR /src
33
COPY . /src
44
RUN CGO_ENABLED=0 go build -o /cc-device-plugin

manifests/cc-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
- operator: "Exists"
3535
effect: "NoSchedule"
3636
containers:
37-
- image: us-central1-docker.pkg.dev/gce-confidential-compute/release/cc-device-plugin:v1.1.0
37+
- image: us-central1-docker.pkg.dev/gce-confidential-compute/release/cc-device-plugin:v1.1.2
3838
imagePullPolicy: Always
3939
name: cc-device-plugin
4040
resources:

0 commit comments

Comments
 (0)