Browse Source
specify version of cmosh's alpine-arm
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
pull/1151/head
Aiden McClelland
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docker/Dockerfile.j2
|
|
@ -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 %} |
|
|
|