Skip to content

Commit f3100d4

Browse files
feat: update stable rust from 1.82 to 1.84 (#88)
1 parent e6eb38b commit f3100d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/zksync-llvm-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
7474
CARGO_HOME=/usr/local/cargo \
7575
CARGO_NET_GIT_FETCH_WITH_CLI=true \
7676
PATH=/usr/local/cargo/bin:$PATH
77-
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
77+
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | bash -s -- -y
7878

7979
# Set required environment variables
8080
ENV PATH=/usr/lib/llvm-${LLVM_VERSION}/bin:${PATH} \

0 commit comments

Comments
 (0)