1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-19 18:13:57 +00:00

Update Rust version, deps and workflow

- Update Rust to v1.65.0
- Update dependencies
- Updated workflow files
- Added some extra clippy checks
- Fixed some clippy checks
This commit is contained in:
BlackDex 2022-11-04 12:56:02 +01:00
parent f60a6929a9
commit b010dde661
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
30 changed files with 147 additions and 154 deletions

View file

@ -27,7 +27,7 @@
FROM vaultwarden/web-vault@sha256:85f5e0eaea73dfa14cfbdc64676ebbdd7aba5483ee5c1735e5eb82bd55b105f8 as vault
########################## BUILD IMAGE ##########################
FROM rust:1.64-bullseye as build
FROM rust:1.65-bullseye as build