Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jul 17, 2024
1 parent b05ce76 commit a6ea205
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,7 +1,7 @@
FROM rust:latest
ENV CARGO_INCREMENTAL=0 \
CARGO_TERM_COLOR=always \
RUST_MIN_STACK=16777216
RUST_MIN_STACK=33554432

WORKDIR /root/endian-num
COPY . .
Expand Down

0 comments on commit a6ea205

Please sign in to comment.