Skip to content

Commit 5ef9674

Browse files
Update Dockerfile.ChibiOS
1 parent 99e7070 commit 5ef9674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/sources/Dockerfile.ChibiOS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ENV PATH=/usr/bin/cmake/bin:${PATH}
7777
# Putting hex2dfu in the container
7878
ENV HEX2DFU_PATH=/usr/local/bin/hex2dfu
7979

80-
ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/download/latest/hex2dfu
80+
ARG HEX2DFU=https://github.com/nanoframework/hex2dfu/releases/latest/download/hex2dfu
8181
RUN mkdir -p $HEX2DFU_PATH \
8282
&& curl -o $HEX2DFU_PATH/hex2dfu $HEX2DFU -L \
8383
&& chmod +x $HEX2DFU_PATH/hex2dfu

0 commit comments

Comments
 (0)