-
Notifications
You must be signed in to change notification settings - Fork 12
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
Changes for v0.9.0 #164
Changes for v0.9.0 #164
Conversation
* chore: bump go version to 1.23.0 * chore: bump cartesi/sdk to 0.9.0 * chore: bump Ubuntu to 24.04 * feat: attempt to make resulting image reproducible - lock baseimage to ubuntu:noble-20240801 - avoid using apt upgrade -y - lock version of all packages installed via apt It's not guaranteed since apt update will bring the current state of the remote mirror used and because of that the dependecies for the installed packages can change between runs. * fixup! feat: attempt to make resulting image reproducible * fix: enhance determinism of binaries Co-authored-by: Guilherme Dantas <[email protected]> --------- Co-authored-by: Guilherme Dantas <[email protected]>
* Create bounty for solidity 0.8.27 * Removing unused var and duplicated value definition
* ci: add grype vulnerability scanner * chore: bump go version to 1.23.1 * fix: go-ethereum CVE-2024-32972 (#158)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@endersonmaia we got an error on CI related to the issue: Add grype vulnerability scanner to CI |
We got this previously, and was supposedly solved by adding the But I think that was not the case 🤔 I'll investigate it |
That was it, the CI passes after 5247d90 commit. |
No description provided.