1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-12 06:33:57 +00:00

Update dependencies

This commit is contained in:
Daniel García 2020-03-09 22:00:26 +01:00
parent 161cccca30
commit b6612e90ca
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 191 additions and 195 deletions

View file

@ -3,7 +3,7 @@
{% set build_stage_base_image = "rust:1.40" %}
{% if "alpine" in target_file %}
{% set build_stage_base_image = "clux/muslrust:nightly-2019-12-19" %}
{% set build_stage_base_image = "clux/muslrust:nightly-2020-03-09" %}
{% set runtime_stage_base_image = "alpine:3.11" %}
{% set package_arch_name = "" %}
{% elif "amd64" in target_file %}