Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-05 02:28:00 +01:00
3246251f29
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
4 Zeilen
88 B
TOML
4 Zeilen
88 B
TOML
[toolchain]
|
|
channel = "1.74.1"
|
|
components = [ "rustfmt", "clippy" ]
|
|
profile = "minimal"
|