Skip to content

Commit

Permalink
Added commit_id detection for secret scan
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder committed Sep 15, 2024
1 parent 0f4e15d commit 55c8cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest;
FROM rust:latest
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-02-04
COPY Cargo.toml /hela/Cargo.toml
COPY Cargo.lock /hela/Cargo.lock
Expand Down

0 comments on commit 55c8cd8

Please sign in to comment.