Fix the version string #1319

Closed
opened 2026-04-06 01:44:36 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 12/9/2023

For some reason still not known, the .git directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions.

This PR fixes this by also touching build.rs besides src/main.rs.

This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19.

Fixes #4150

*Originally created by @BlackDex on 12/9/2023* For some reason still not known, the `.git` directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions. This PR fixes this by also touching `build.rs` besides `src/main.rs`. This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19. Fixes #4150
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1319