Skip to content

Commit 20a94cb

Browse files
committed
Release bifrost-node v1.2.2
1 parent 9d221c2 commit 20a94cb

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
@@ -18,7 +18,7 @@ FROM ubuntu:22.04
1818
RUN apt update && apt install -y curl unzip
1919

2020
RUN curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "/root/.fnm"
21-
RUN /root/.fnm/fnm install 16.19.1
21+
RUN /root/.fnm/fnm install 19.7.0
2222

2323
COPY --from=builder /bifrost/target/release/bifrost-node /usr/local/bin
2424
COPY --from=builder /bifrost/tools /tools

0 commit comments

Comments
 (0)