Skip to content

Commit 1f3462f

Browse files
committed
install rust toolchain
1 parent 14fde1a commit 1f3462f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.84-bookworm AS build
1+
FROM rust:bookworm AS build
22

33
ARG STACKS_NODE_VERSION="No Version Info"
44
ARG GIT_BRANCH='No Branch Info'
@@ -10,6 +10,7 @@ COPY . .
1010

1111
RUN mkdir /out
1212

13+
RUN rustup toolchain install
1314
RUN cargo build --features monitoring_prom,slog_json --release
1415

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

0 commit comments

Comments
 (0)