Skip to content

Commit 1f707ed

Browse files
committed
rust toolchain requires an arg
1 parent 1f3462f commit 1f707ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN mkdir /out
1212

13-
RUN rustup toolchain install
13+
RUN rustup toolchain install stable
1414
RUN cargo build --features monitoring_prom,slog_json --release
1515

1616
RUN cp target/release/stacks-node /out

0 commit comments

Comments
 (0)