Skip to content

Commit

Permalink
Rust 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Jun 20, 2024
1 parent a270a9c commit c31a231
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.73-buster as rust-wasm
FROM rust:1.79-buster as rust-wasm
WORKDIR /app
ARG RUST_TOOLCHAIN="1.73.0"
ARG RUST_TOOLCHAIN="1.79.0"
RUN set -eux; \
apt-get update ; \
apt-get install -y --no-install-recommends \
Expand All @@ -14,6 +14,7 @@ RUN set -eux; \
curl \
build-essential \
libssl-dev \
binaryen \
; \
rustup target add wasm32-unknown-unknown --toolchain ${RUST_TOOLCHAIN}; \
rustup component add clippy; \
Expand Down

0 comments on commit c31a231

Please sign in to comment.