mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-14 17:26:48 +00:00
Use vault with fix and new u2f
This commit is contained in:
parent
c6f55d9d7e
commit
26fdc626f9
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2389,7 +2389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
[[package]]
|
||||
name = "u2f"
|
||||
version = "0.1.4"
|
||||
source = "git+https://github.com/dani-garcia/u2f-rs#eae33775e5270106823cdc7a11d219ed7e320fba"
|
||||
source = "git+https://github.com/dani-garcia/u2f-rs#8015dfe36c678ab0c3b449980311b126db66f20a"
|
||||
dependencies = [
|
||||
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -4,7 +4,7 @@
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.8.0c"
|
||||
ENV VAULT_VERSION "v2.8.0d"
|
||||
|
||||
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.8.0c"
|
||||
ENV VAULT_VERSION "v2.8.0d"
|
||||
|
||||
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.8.0c"
|
||||
ENV VAULT_VERSION "v2.8.0d"
|
||||
|
||||
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM alpine as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.8.0c"
|
||||
ENV VAULT_VERSION "v2.8.0d"
|
||||
|
||||
ENV URL "https://github.com/dani-garcia/bw_web_builds/releases/download/$VAULT_VERSION/bw_web_$VAULT_VERSION.tar.gz"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user