Skip to content

Commit

Permalink
Set SOURCE_DATE_EPOCH
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Sep 13, 2024
1 parent 805418c commit 0e4f1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ ENV RUST_TOOLCHAIN_VERSION=1.80.1
ENV CARGO_HOME=/opt/.cargo
ENV PATH=${CARGO_HOME}/bin:${PATH}
ENV CARGO_TARGET=riscv64gc-unknown-linux-gnu
ENV SOURCE_DATE_EPOCH=0

RUN <<EOF
set -eu
Expand Down

0 comments on commit 0e4f1de

Please sign in to comment.