Skip to content

Commit f6155a9

Browse files
Prepare docker image for casper node v148.
Signed-off-by: David Hernando <david.hernando@make.services>
1 parent 127d561 commit f6155a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

casper-nctl.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:focal
22

3-
ARG GITBRANCH=release-1.4.6
3+
ARG GITBRANCH=release-1.4.8
44

55
# DEBIAN_FRONTEND required for tzdata dependency install
66
RUN apt-get update \
@@ -17,7 +17,7 @@ RUN curl -Ls https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.
1717

1818
# install rust nigthly and rustup
1919
RUN curl -f -L https://static.rust-lang.org/rustup.sh -O \
20-
&& sh rustup.sh -y --default-toolchain "nightly-2021-12-15"
20+
&& sh rustup.sh -y
2121
ENV PATH="$PATH:/root/.cargo/bin"
2222

2323
# set few environment variables needed for the nctl build scripts

0 commit comments

Comments
 (0)