File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,11 @@ COPY --from=builder /go/src/sigs.k8s.io/secrets-store-csi-driver/_output/secrets
31
31
# upgrading libgmp10 due to CVE-2021-43618
32
32
# upgrading bsdutils due to CVE-2021-3995 and CVE-2021-3996
33
33
# upgrading libssl1.1 due to CVE-2022-0778 and CVE-2021-4160
34
- RUN clean-install ca-certificates mount libgmp10 bsdutils libssl1.1
34
+ # upgrading libc-bin due to CVE-2021-33574, CVE-2022-23218, CVE-2022-23219 and CVE-2021-43396
35
+ # upgrading libc6 due to CVE-2021-33574, CVE-2022-23218, CVE-2022-23219 and CVE-2021-43396
36
+ # upgrading libsystemd0 due to CVE-2021-3997
37
+ # upgrading libudev1 due to CVE-2021-3997
38
+ RUN clean-install ca-certificates mount libgmp10 bsdutils libssl1.1 libc-bin libc6 libsystemd0 libudev1
35
39
36
40
LABEL maintainers="ritazh"
37
41
LABEL description="Secrets Store CSI Driver"
You can’t perform that action at this time.
0 commit comments