1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-07 03:29:10 +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 committed by Daniel García
commit 439ef44973
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
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