fix(docker): making tini download platform specific to support ARM64 native builds
- When building with option
--platform linux/amd64
-->tini-amd64
will be downloaded - When building with option
--platform linux/arm64
-->tini-arm64
will be downloaded - When building without option: host platform will be used (in most cases,
amd64
Edited by Raphael Defosseux