Skip to content

Conversation

@anoadragon453
Copy link
Member

@anoadragon453 anoadragon453 commented Aug 13, 2025

openssl was failing to compile in the Dockerfile. Updating the dependencies solved it.

This PR also updates the docker.yaml workflow to run on all PRs (but only push on release/main branch). This means CI will fail if the docker build is broken.

Rust is only updated to 1.78.0 as that's the minimum version of cargo needed to read our Cargo.lock file (which is v4).

I also set the MSRV programmatically via rust-version in Cargo.toml.

openssl was failing to compile in the Dockerfile. Updating deps solved it
So that this can be caught in future.
1.78.0 is the first version of cargo that supports lock version
v4 (the version of our Cargo.lock file).
@anoadragon453 anoadragon453 requested a review from a team as a code owner August 13, 2025 13:28
@anoadragon453 anoadragon453 merged commit a54194c into main Aug 14, 2025
4 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.

2 participants