Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jul 26, 2024
1 parent 87dfdc2 commit 7951c00
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 @@ -73,7 +73,7 @@ fn create_image(version: &str) -> Result<()> {
WORKDIR /cargo-stylus
RUN git checkout docker-checks
RUN cargo install --path check --force
RUN cargo install --path main --forcen
RUN cargo install --path main --force
",
RUST_BASE_IMAGE_VERSION,
version,
Expand Down

0 comments on commit 7951c00

Please sign in to comment.