Skip to content

Commit

Permalink
Fix CVE-2023-38545/CVE-2023-38546 for CBL-Mariner
Browse files Browse the repository at this point in the history
- Fixes CVE-2023-38545/CVE-2023-38546 curl vulnerabilities in CBL-Mariner
  • Loading branch information
Stephen Mkandawire committed Oct 17, 2023
1 parent 7f1820e commit fe3e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
chmod +x /blobfuse-proxy/blobfuse-proxy

RUN tdnf updateinfo && \
tdnf install -y util-linux e2fsprogs nfs-utils quota-rpc rpcbind blobfuse2 fuse3 libcap-ng libcap ca-certificates && \
tdnf install -y util-linux e2fsprogs nfs-utils quota-rpc rpcbind blobfuse2 fuse3 libcap-ng libcap ca-certificates curl && \
tdnf clean all

LABEL maintainers="andyzhangx"
Expand Down

0 comments on commit fe3e601

Please sign in to comment.