Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the busybox version in Dockerfile #215

Closed
nishant-yt opened this issue Aug 4, 2022 · 0 comments · Fixed by #216
Closed

Update the busybox version in Dockerfile #215

nishant-yt opened this issue Aug 4, 2022 · 0 comments · Fixed by #216
Assignees

Comments

@nishant-yt
Copy link
Contributor

Description

The latest alpine:3.16 docker image has busybox version 1.35.0-r15 which contains CVE-2022-30065 and CVE-2022-28391. The CVEs has been fixed in busybox version 1.35.0-r17 but the latest alpine 3.16 images by default comes with only 1.35.0-r15. Therefore to fix the vulnerability , it is recommended to upgrade the busybox version manually

Importance

must-have

Location

https://github.com/pravega/bookkeeper-operator/blob/master/Dockerfile

Suggestions for an improvement

Update the busybox version : apk update && apk add busybox --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant