We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0903961 commit 0a9fc85Copy full SHA for 0a9fc85
docker/orioledb/Dockerfile
@@ -77,7 +77,7 @@ ARG CACHE_EPOCH
77
FROM builder as rust-toolchain
78
ENV PATH=/root/.cargo/bin:$PATH
79
RUN apt-get update && apt-get install -y --no-install-recommends curl pkg-config && \
80
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain nightly && \
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable && \
81
rustup --version && \
82
rustc --version && \
83
cargo --version
0 commit comments