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 99e7070 commit 5ef9674Copy full SHA for 5ef9674
.devcontainer/sources/Dockerfile.ChibiOS
@@ -77,7 +77,7 @@ ENV PATH=/usr/bin/cmake/bin:${PATH}
77
# Putting hex2dfu in the container
78
ENV HEX2DFU_PATH=/usr/local/bin/hex2dfu
79
80
-ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/download/latest/hex2dfu
+ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/latest/download/hex2dfu
81
RUN mkdir -p $HEX2DFU_PATH \
82
&& curl -o $HEX2DFU_PATH/hex2dfu $HEX2DFU -L \
83
&& chmod +x $HEX2DFU_PATH/hex2dfu
0 commit comments