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 e6eb38b commit f3100d4Copy full SHA for f3100d4
images/zksync-llvm-runner/Dockerfile
@@ -74,7 +74,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
74
CARGO_HOME=/usr/local/cargo \
75
CARGO_NET_GIT_FETCH_WITH_CLI=true \
76
PATH=/usr/local/cargo/bin:$PATH
77
-RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
+RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y
78
79
# Set required environment variables
80
ENV PATH=/usr/lib/llvm-${LLVM_VERSION}/bin:${PATH} \
0 commit comments