Skip to content

Commit

Permalink
Add cargo stylus version to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 22, 2024
1 parent f5d2b95 commit 7e7db65
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 7e7db65

Please sign in to comment.