Skip to content

Commit

Permalink
Merge pull request #1117 from andyzhangx/libgmp10
Browse files Browse the repository at this point in the history
fix: CVE-2021-43618 in Ubuntu image
  • Loading branch information
andyzhangx authored Dec 20, 2021
2 parents b7afeb7 + 291e261 commit e5b9408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: k8s apiVersion check test
name: k8s api version check
on:
pull_request: {}
push: {}
Expand Down
2 changes: 1 addition & 1 deletion pkg/azurediskplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
RUN apt update && apt-mark unhold libcap2
RUN clean-install util-linux e2fsprogs mount ca-certificates udev xfsprogs btrfs-progs
# install updated packages to fix CVE issues
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10

LABEL maintainers="andyzhangx"
LABEL description="Azure Disk CSI Driver"
Expand Down

0 comments on commit e5b9408

Please sign in to comment.