mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-16 00:23:56 +00:00
Fix cross platform build support, thanks to @dani-garcia for the review
This commit is contained in:
parent
8280d200ea
commit
43aa75dc89
10 changed files with 34 additions and 31 deletions
|
@ -2,7 +2,7 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM debian:buster-slim as vault
|
||||
FROM rust:1.40 as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.12.0b"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM debian:buster-slim as vault
|
||||
FROM rust:1.40 as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.12.0b"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# https://docs.docker.com/develop/develop-images/multistage-build/
|
||||
# https://whitfin.io/speeding-up-rust-docker-builds/
|
||||
####################### VAULT BUILD IMAGE #######################
|
||||
FROM debian:buster-slim as vault
|
||||
FROM rust:1.40 as vault
|
||||
|
||||
ENV VAULT_VERSION "v2.12.0b"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue