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

Update Rust to v1.66.1 to patch CVE

This PR sets Rust to v1.66.1 to fix a CVE.
https://blog.rust-lang.org/2023/01/10/cve-2022-46176.html
https://blog.rust-lang.org/2023/01/10/Rust-1.66.1.html

Also updated some packages while at it.
This commit is contained in:
BlackDex 2023-01-12 09:45:52 +01:00
parent 367e1ce289
commit 072f2e24c2
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
11 changed files with 40 additions and 34 deletions

View file

@ -27,7 +27,7 @@
FROM vaultwarden/web-vault@sha256:068ac863d52a5626568ae3c7f93a509f87c76b1b15821b101f2707724df9da3e as vault
########################## BUILD IMAGE ##########################
FROM blackdex/rust-musl:arm-musleabi-stable-1.66.0 as build
FROM blackdex/rust-musl:arm-musleabi-stable-1.66.1 as build