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 aa46f8c commit a2f094fCopy full SHA for a2f094f
rust-nostd-esp/Dockerfile
@@ -1,12 +1,11 @@
1
-FROM espressif/idf-rust:all_1.87.0.0
+FROM espressif/idf-rust:all_1.88.0.0
2
3
USER esp
4
ENV USER=esp
5
6
# Install extra crates
7
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" && \
+ cargo install esp-generate && \
10
curl -L "https://github.com/SergioGasquez/rnamer/releases/latest/download/rnamer-x86_64-unknown-linux-gnu" -o "${HOME}/.cargo/bin/rnamer" && \
11
chmod u+x "${HOME}/.cargo/bin/rnamer"
12
0 commit comments