1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-15 16:13:55 +00:00

Updated Rust and crates

- Updated Rust to v1.67.0
- Updated all crates except for `cookies` and `webauthn`
This commit is contained in:
BlackDex 2023-02-08 17:13:14 +01:00
parent 32dfa41970
commit a0a4994250
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
21 changed files with 446 additions and 154 deletions

View file

@ -27,7 +27,7 @@
FROM vaultwarden/web-vault@sha256:d5f71fb05c4b87935bf51d84140db0f8716cabfe2974fbee6c0c5ee8cf7dab5a as vault
########################## BUILD IMAGE ##########################
FROM rust:1.66-bullseye as build
FROM rust:1.67-bullseye as build
# Build time options to avoid dpkg warnings and help with reproducible builds.
ENV DEBIAN_FRONTEND=noninteractive \