Skip to content

Commit

Permalink
all edits
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 28, 2024
1 parent b822b4d commit 3f8c330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn create_image(version: &str) -> Result<()> {
write!(
child.stdin.as_mut().unwrap(),
"\
FROM --platform=linux/amd64 offchainlabs/cargo-stylus-base as base
FROM --platform=linux/amd64 offchainlabs/cargo-stylus-base:0.5.0 as base
RUN rustup toolchain install {}-x86_64-unknown-linux-gnu
RUN rustup default {}-x86_64-unknown-linux-gnu
RUN rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 3f8c330

Please sign in to comment.