Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 16, 2024
1 parent f19f368 commit fa7bfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ fn create_image(version: &str) -> Result<()> {
RUN rustup toolchain install {} && rustup default {}
RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/offchainlabs/cargo-stylus.git /cargo-stylus
RUN git checkout proper-program-verification
WORKDIR /cargo-stylus
RUN git checkout proper-program-verification
RUN ./install.sh
",
version,
Expand Down

0 comments on commit fa7bfcd

Please sign in to comment.