Skip to content

Commit

Permalink
Cleanup Dockerfile and fix crates.io readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacolvin0 committed Nov 15, 2024
1 parent e6ef548 commit ae433df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ ARG TARGETPLATFORM=linux/amd64
FROM rust:1.80 AS builder
RUN apt-get update && apt-get install -y git
RUN rustup target add x86_64-unknown-linux-gnu
RUN git clone https://github.com/offchainlabs/cargo-stylus.git
RUN git clone --branch v0.5.6 https://github.com/offchainlabs/cargo-stylus.git
WORKDIR /cargo-stylus
RUN git checkout v0.5.6
RUN cargo build --release --manifest-path main/Cargo.toml

FROM rust:1.80
Expand Down
1 change: 1 addition & 0 deletions main/README.md

0 comments on commit ae433df

Please sign in to comment.