We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b712095 commit 54e09c5Copy full SHA for 54e09c5
2021/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
-FROM rust:1.70.0
+FROM rust:1.67.0
3
4
# Setup rust toolchain
5
RUN rustup component add rustfmt
6
-RUN cargo install cargo2junit
+RUN cargo install --locked cargo2junit
0 commit comments