-
Notifications
You must be signed in to change notification settings - Fork 197
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
Fixing Vulnerabilities #1408
Fixing Vulnerabilities #1408
Conversation
@sm171190 You'll also need to update the base image in other Docker files. |
b92331d
to
088cd5c
Compare
|
088cd5c
to
c5c5248
Compare
build/starboard/Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
FROM alpine:3.19 | |||
qqFROM alpine:3.21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check this
c5c5248
to
87f8f7b
Compare
In this change we have upgraded the base image to alpine 3.21 and upgraded the vulnerable golang.org/net package to a cleaner version
87f8f7b
to
8e4df7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content with the changes.
In this change we have upgraded the base image to alpine 3.21 and upgraded the vulnerable golang.org/net package to a cleaner version
Description
Related issues
Remove this section if you don't have related PRs.
Checklist