We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5f8c4 commit 7e35c85Copy full SHA for 7e35c85
Dockerfile
@@ -1,6 +1,7 @@
1
FROM rust:1.85
2
3
RUN rustup toolchain install nightly-2024-12-06-x86_64-unknown-linux-gnu
4
+RUN rustup toolchain install nightly-2024-10-30-x86_64-unknown-linux-gnu
5
6
WORKDIR /app
7
0 commit comments