Skip to content

Commit

Permalink
build: switch to stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 7, 2023
1 parent 4eeba04 commit 6fbec85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ SHELL ["/bin/bash", "-c"]
ARG TARGETARCH

# Rust version the same as in /README.md
RUN rustup install 1.73 && \
rustup target add wasm32-unknown-unknown --toolchain 1.73
RUN rustup install stable && \
rustup target add wasm32-unknown-unknown --toolchain stable

# Install protoc - protobuf compiler
# The one shipped with Alpine does not work
Expand Down

0 comments on commit 6fbec85

Please sign in to comment.