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:
parent
f60a6929a9
commit
b010dde661
30 changed files with 147 additions and 154 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue