Skip to content

Commit

Permalink
security: fix CVE-2022-37434
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Aug 26, 2022
1 parent 1d80293 commit 0dde850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
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 zlib1g due to CVE-2022-37434
RUN clean-install ca-certificates mount zlib1g

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

0 comments on commit 0dde850

Please sign in to comment.