Skip to content

Commit

Permalink
[2021] Fix rust image
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSimon33 committed Dec 12, 2024
1 parent b712095 commit 54e09c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2021/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rust:1.70.0
FROM rust:1.67.0

# Setup rust toolchain
RUN rustup component add rustfmt
RUN cargo install cargo2junit
RUN cargo install --locked cargo2junit

0 comments on commit 54e09c5

Please sign in to comment.