commit 6a8f42da8aaaea0c6672958535d6362645a46736
parent 670d8cb83a7e256c3b6acc143cb76ee81d65681c
Author: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
Date: Sat, 26 Sep 2020 14:03:20 -0600
specify version of cmosh's alpine-arm
Co-authored-by: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docker/Dockerfile.j2 b/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 %}
-\ No newline at end of file
+{% endif %}