Skip to content

Commit

Permalink
security: fix CVE-2021-37750
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 11, 2021
1 parent ca764ea commit 56ecb01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Expand Up @@ -29,7 +29,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
# upgrading libssl1.1 due to CVE-2021-3711
RUN clean-install ca-certificates mount libssl1.1
# upgrading libgssapi-krb5-2 and libk5crypto3 due to CVE-2021-37750
RUN clean-install ca-certificates mount libssl1.1 libgssapi-krb5-2 libk5crypto3

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

0 comments on commit 56ecb01

Please sign in to comment.