Skip to content

Commit f437f8c

Browse files
authored
Merge pull request #73 from SergioGasquez/feat/update-rust
Update base image and esp-generate
2 parents aa46f8c + a2f094f commit f437f8c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust-nostd-esp/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM espressif/idf-rust:all_1.87.0.0
1+
FROM espressif/idf-rust:all_1.88.0.0
22

33
USER esp
44
ENV USER=esp
55

66
# Install extra crates
77
RUN cargo install cargo-audit && \
8-
curl -L "https://github.com/esp-rs/esp-generate/releases/latest/download/esp-generate-x86_64-unknown-linux-gnu" -o "${HOME}/.cargo/bin/esp-generate" && \
9-
chmod u+x "${HOME}/.cargo/bin/esp-generate" && \
8+
cargo install esp-generate && \
109
curl -L "https://github.com/SergioGasquez/rnamer/releases/latest/download/rnamer-x86_64-unknown-linux-gnu" -o "${HOME}/.cargo/bin/rnamer" && \
1110
chmod u+x "${HOME}/.cargo/bin/rnamer"
1211

0 commit comments

Comments
 (0)