mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-28 14:33:56 +00:00
Move backend checks to build.rs to fail fast, and updated dependencies
This commit is contained in:
parent
cef38bf40b
commit
05a1137828
9 changed files with 359 additions and 266 deletions
|
@ -22,7 +22,7 @@ RUN ls
|
|||
|
||||
########################## BUILD IMAGE ##########################
|
||||
# Musl build image for statically compiled binary
|
||||
FROM clux/muslrust:nightly-2018-12-01 as build
|
||||
FROM clux/muslrust:nightly-2019-07-08 as build
|
||||
|
||||
# set sqlite as default for DB ARG for backward comaptibility
|
||||
ARG DB=sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue