Skip to content

Commit 5d0c17a

Browse files
authored
Merge pull request #833 from aramase/automated-cherry-pick-of-#826-upstream-release-1.0
Automated cherry pick of #826: security: fix CVE-2021-43618
2 parents 78cc5de + 07b14cc commit 5d0c17a

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 libgmp10 due to CVE-2021-43618
32+
RUN clean-install ca-certificates mount libgmp10
3233

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

0 commit comments

Comments
 (0)