Skip to content

Commit 54e09c5

Browse files
committed
[2021] Fix rust image
1 parent b712095 commit 54e09c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2021/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
2-
FROM rust:1.70.0
2+
FROM rust:1.67.0
33

44
# Setup rust toolchain
55
RUN rustup component add rustfmt
6-
RUN cargo install cargo2junit
6+
RUN cargo install --locked cargo2junit

0 commit comments

Comments
 (0)