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

Bump alpine to 3.20.1 to fix CVEs #921

Merged

Conversation

neiljain
Copy link
Contributor

@neiljain neiljain commented Jul 9, 2024

resolves CVE-2023-42365 found in

alpine://3.20:busybox-binsh:1.36.1-r28
alpine://3.20:ssl_client:1.36.1-r28
alpine://3.20:busybox:1.36.1-r28

@coveralls
Copy link

coveralls commented Jul 9, 2024

Pull Request Test Coverage Report for Build 378

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 29 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.2%) to 83.947%

Files with Coverage Reduction New Missed Lines %
exporter/streams.go 29 69.8%
Totals Coverage Status
Change from base Build 367: -0.2%
Covered Lines: 1982
Relevant Lines: 2361

💛 - Coveralls

@@ -36,7 +36,7 @@ ENTRYPOINT [ "/redis_exporter" ]
#
# Alpine release container
#
FROM --platform=linux/$GOARCH alpine:3.20.0 as alpine
FROM --platform=linux/$GOARCH alpine:3.20.1 as alpine
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idea: let's make this 3.20 so it pulls in the most current minor version whenever we cut a release.

- so we pull the latest patch on next build
@oliver006 oliver006 merged commit 620cb99 into oliver006:master Jul 17, 2024
4 of 5 checks passed
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 this pull request may close these issues.

3 participants