Skip to content

Commit f6f2137

Browse files
authored
Merge pull request #991 from k8s-infra-cherrypick-robot/cherry-pick-990-to-release-1.2
[release-1.2] security: fix CVE-2022-34903
2 parents 9530c9c + a23f86a commit f6f2137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ RUN export GOOS=$TARGETOS && \
2828

2929
FROM $BASEIMAGE
3030
COPY --from=builder /go/src/sigs.k8s.io/secrets-store-csi-driver/_output/secrets-store-csi /secrets-store-csi
31-
RUN clean-install ca-certificates mount
31+
# upgrading gpgv due to CVE-2022-34903
32+
RUN clean-install ca-certificates mount gpgv
3233

3334
LABEL maintainers="ritazh"
3435
LABEL description="Secrets Store CSI Driver"

0 commit comments

Comments
 (0)