Skip to content

Commit

Permalink
security: fix CVE-2022-27664
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Oct 13, 2022
1 parent 20094a2 commit fe26e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG BASEIMAGE=k8s.gcr.io/build-image/debian-base:bullseye-v1.4.2

FROM golang:1.18 as builder
FROM golang:1.19 as builder
WORKDIR /go/src/sigs.k8s.io/secrets-store-csi-driver
ADD . .
ARG TARGETARCH
Expand Down

0 comments on commit fe26e98

Please sign in to comment.