Skip to content

Commit 029d5ce

Browse files
authored
Update Dockerfile
1 parent 2dc1df6 commit 029d5ce

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM rust:1.79.0-bullseye
1+
FROM rust:1.86.0-bullseye
22

33
RUN rustup target install thumbv6m-none-eabi
4-
RUN cargo install flip-link
4+
RUN cargo install flip-link --version 0.1.10
5+
RUN rustup component add rustfmt

0 commit comments

Comments
 (0)