Skip to content

Commit

Permalink
Merge pull request #123 from OffchainLabs/gligneul/add-version-to-doc…
Browse files Browse the repository at this point in the history
…kerfile

Add cargo stylus version to dockerfile
  • Loading branch information
joshuacolvin0 authored Nov 22, 2024
2 parents f5d2b95 + 7e7db65 commit 755456d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BUILD_PLATFORM=linux/amd64
ARG RUST_VERSION=1.80
ARG CARGO_STYLUS_VERSION
ARG CARGO_STYLUS_VERSION=0.5.6

FROM --platform=${BUILD_PLATFORM} rust:${RUST_VERSION} AS builder
RUN apt-get update && apt-get install -y git
Expand Down

0 comments on commit 755456d

Please sign in to comment.