Skip to content

Commit

Permalink
co
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 15, 2024
1 parent 34ad2ea commit 0dac6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fn create_image(version: &str) -> Result<()> {
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/offchainlabs/cargo-stylus.git /cargo-stylus
WORKDIR /cargo-stylus
RUN git checkout proper-program-verification
RUN ./install.sh
",
version
Expand Down

0 comments on commit 0dac6cc

Please sign in to comment.