Skip to content

Commit 0a9fc85

Browse files
imordarora
authored andcommitted
fix: use stable rust toolchain
1 parent 0903961 commit 0a9fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/orioledb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ARG CACHE_EPOCH
7777
FROM builder as rust-toolchain
7878
ENV PATH=/root/.cargo/bin:$PATH
7979
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 && \
80+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain stable && \
8181
rustup --version && \
8282
rustc --version && \
8383
cargo --version

0 commit comments

Comments
 (0)