1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-10 05:33:56 +00:00

Update Rust and Crates

- Updated Rust to v1.69.0
- Updated MSRV to v1.67.1
- Updated crates
- Updated GitHub Actions
This commit is contained in:
BlackDex 2023-04-21 16:21:04 +02:00
parent 3d7e80a7aa
commit cfba8347a3
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
23 changed files with 98 additions and 101 deletions

View file

@ -26,7 +26,7 @@
FROM vaultwarden/web-vault@sha256:aa6ba791911a815ea570ec2ddc59992481c6ba8fbb65eed4f7074b463430d3ee as vault
########################## BUILD IMAGE ##########################
FROM blackdex/rust-musl:x86_64-musl-stable-1.68.2 as build
FROM blackdex/rust-musl:x86_64-musl-stable-1.69.0 as build
# Build time options to avoid dpkg warnings and help with reproducible builds.
ENV DEBIAN_FRONTEND=noninteractive \