0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-05-31 19:18:55 +02:00

specify version of cmosh's alpine-arm

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
Aiden McClelland 2020-09-26 14:03:20 -06:00 committed by GitHub
parent 670d8cb83a
commit 6a8f42da8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
{% set package_arch_name = "" %}
{% elif "arm32v7" in target_file %}
{% set build_stage_base_image = "messense/rust-musl-cross:armv7-musleabihf" %}
{% set runtime_stage_base_image = "cmosh/alpine-arm" %}
{% set runtime_stage_base_image = "cmosh/alpine-arm:3.6" %}
{% set package_arch_name = "" %}
{% endif %}
{% elif "amd64" in target_file %}
@ -295,4 +295,4 @@ WORKDIR /
CMD ["catatonit", "/start.sh"]
{% else %}
CMD ["/start.sh"]
{% endif %}
{% endif %}