Skip to content

Commit 28f9c6f

Browse files
authored
build: fix foundryup line (#1854)
1 parent 0d465e5 commit 28f9c6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ ENV CARGO_BUILD_JOBS=$CARGO_BUILD_JOBS
422422
ENV PATH="/root/.foundry/bin:$PATH"
423423
RUN curl -L https://foundry.paradigm.xyz | bash && \
424424
foundryup -i ${FOUNDRY_VERSION} && \
425-
foundryup -u ${FOUNDRY_VERSION}
425+
foundryup -u v${FOUNDRY_VERSION}
426426

427427
# Install SVM and Solidity compiler in single layer
428428
RUN cargo +${RUST_TOOLCHAIN_VERSION_ANCHOR} install svm-rs@${SVM_RS_VERSION} && \

0 commit comments

Comments
 (0)