Skip to content

Commit 807ec94

Browse files
authored
Merge pull request #394 from andyzhangx/libgmp10
fix: CVE-2021-43618 in Ubuntu image
2 parents 5d32f1c + f1a536e commit 807ec94

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pluto.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: apiVersion deprecation test
1+
name: k8s api version check
22
on:
33
pull_request: {}
44
push: {}
@@ -13,6 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v2
1515

16+
# https://pluto.docs.fairwinds.com/advanced/#display-options
1617
- name: Download pluto
1718
uses: FairwindsOps/pluto/github-action@master
1819

pkg/smbplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.0.0
1717
RUN apt update && apt-mark unhold libcap2
1818
RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs
1919
# install updated packages to fix CVE issues
20-
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
20+
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10
2121

2222
LABEL maintainers="andyzhangx"
2323
LABEL description="SMB CSI Driver"

0 commit comments

Comments
 (0)