diff --git a/plugins/bluetooth/Dockerfile.template b/plugins/bluetooth/Dockerfile.template index 2a48958ab..915cbfd6a 100644 --- a/plugins/bluetooth/Dockerfile.template +++ b/plugins/bluetooth/Dockerfile.template @@ -1,6 +1,6 @@ -FROM bh.cr/balenablocks/bluetooth-%%BALENA_ARCH%% +FROM bh.cr/balenablocks/bluetooth WORKDIR /usr/src COPY start.sh /usr/src/ -CMD [ "/bin/bash", "/usr/src/start.sh" ] \ No newline at end of file +CMD [ "/bin/bash", "/usr/src/start.sh" ]