File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apache-module-custom/services/apache
nginx-module-custom/services/nginx Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt update \
2525# install Rust
2626ENV RUSTUP_HOME=/opt/rust
2727ENV CARGO_HOME=/opt/rust
28- RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.81 .0 -y --no-modify-path
28+ RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85 .0 -y --no-modify-path
2929ENV PATH=/opt/rust/bin:$PATH
3030RUN mkdir -p /opt/rust/registry
3131
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN apt update \
2525# install Rust
2626ENV RUSTUP_HOME=/opt/rust
2727ENV CARGO_HOME=/opt/rust
28- RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.81 .0 -y --no-modify-path
28+ RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85 .0 -y --no-modify-path
2929ENV PATH=/opt/rust/bin:$PATH
3030RUN mkdir -p /opt/rust/registry
3131
You can’t perform that action at this time.
0 commit comments