Skip to content

Commit

Permalink
use proper image
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 15, 2024
1 parent cb7e29b commit 6629e44
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 @@ -58,7 +58,7 @@ fn create_image(version: &str) -> Result<()> {
write!(
child.stdin.as_mut().unwrap(),
"\
FROM --platform=linux/amd64 rauljordan2020/cargo-stylus-base as base
FROM --platform=linux/amd64 offchainlabs/cargo-stylus-base 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 6629e44

Please sign in to comment.