Skip to content

Commit

Permalink
Update rust version of secret-contract-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Jan 2, 2025
1 parent 636dd01 commit c1ad1a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.71.0-slim-bullseye
FROM rust:1.83.0-slim-bullseye

RUN rustup target add wasm32-unknown-unknown
RUN apt update && apt install -y binaryen clang && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c1ad1a3

Please sign in to comment.