mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 10:18:19 +02:00 
			
		
		
		
	Fix cross platform build support, thanks to @dani-garcia for the review
This commit is contained in:
		| @@ -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" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user