We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127d561 commit f6155a9Copy full SHA for f6155a9
1 file changed
casper-nctl.Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:focal
2
3
-ARG GITBRANCH=release-1.4.6
+ARG GITBRANCH=release-1.4.8
4
5
# DEBIAN_FRONTEND required for tzdata dependency install
6
RUN apt-get update \
@@ -17,7 +17,7 @@ RUN curl -Ls https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.
17
18
# install rust nigthly and rustup
19
RUN curl -f -L https://static.rust-lang.org/rustup.sh -O \
20
- && sh rustup.sh -y --default-toolchain "nightly-2021-12-15"
+ && sh rustup.sh -y
21
ENV PATH="$PATH:/root/.cargo/bin"
22
23
# set few environment variables needed for the nctl build scripts
0 commit comments