Skip to content

Commit

Permalink
Merge pull request #826 from aramase/CVE-2021-43618
Browse files Browse the repository at this point in the history
security: fix CVE-2021-43618
  • Loading branch information
k8s-ci-robot committed Jan 4, 2022
2 parents a9eed5d + 6462375 commit efed957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -28,7 +28,8 @@ RUN export GOOS=$TARGETOS && \

FROM $BASEIMAGE
COPY --from=builder /go/src/sigs.k8s.io/secrets-store-csi-driver/_output/secrets-store-csi /secrets-store-csi
RUN clean-install ca-certificates mount
# upgrading libgmp10 due to CVE-2021-43618
RUN clean-install ca-certificates mount libgmp10

LABEL maintainers="ritazh"
LABEL description="Secrets Store CSI Driver"
Expand Down

0 comments on commit efed957

Please sign in to comment.