We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52d6c6 commit 99e7070Copy full SHA for 99e7070
.devcontainer/sources/Dockerfile.AzureRTOS
@@ -80,7 +80,7 @@ ENV PATH=/usr/bin/cmake/bin:${PATH}
80
# Putting hex2dfu in the container
81
ENV HEX2DFU_PATH=/usr/local/bin/hex2dfu
82
83
-ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/download/latest/hex2dfu
+ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/latest/download/hex2dfu
84
RUN mkdir -p $HEX2DFU_PATH \
85
&& curl -o $HEX2DFU_PATH/hex2dfu $HEX2DFU -L \
86
&& chmod +x $HEX2DFU_PATH/hex2dfu
0 commit comments