Skip to content

Commit

Permalink
Merge pull request #1367 from luca992/patch-1
Browse files Browse the repository at this point in the history
Update secret-contract-optimizer to use rust 1.67.1
  • Loading branch information
assafmo authored Mar 3, 2023
2 parents 94a6365 + e11fc12 commit 770004b
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.63-slim-bullseye
FROM rust:1.67.1-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 770004b

Please sign in to comment.