We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d465e5 commit 28f9c6fCopy full SHA for 28f9c6f
1 file changed
Dockerfile
@@ -422,7 +422,7 @@ ENV CARGO_BUILD_JOBS=$CARGO_BUILD_JOBS
422
ENV PATH="/root/.foundry/bin:$PATH"
423
RUN curl -L https://foundry.paradigm.xyz | bash && \
424
foundryup -i ${FOUNDRY_VERSION} && \
425
- foundryup -u ${FOUNDRY_VERSION}
+ foundryup -u v${FOUNDRY_VERSION}
426
427
# Install SVM and Solidity compiler in single layer
428
RUN cargo +${RUST_TOOLCHAIN_VERSION_ANCHOR} install svm-rs@${SVM_RS_VERSION} && \
0 commit comments