Skip to content

Commit c2bcb8e

Browse files
committed
feat(rust): update to rust 1.80.1
1 parent 7782ed2 commit c2bcb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apache-module-custom/services/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt update \
2525
# install Rust
2626
ENV RUSTUP_HOME=/opt/rust
2727
ENV CARGO_HOME=/opt/rust
28-
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.76.0 -y --no-modify-path
28+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.80.1 -y --no-modify-path
2929
ENV PATH=/opt/rust/bin:$PATH
3030
RUN mkdir -p /opt/rust/registry
3131

nginx-module-custom/services/nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt update \
2525
# install Rust
2626
ENV RUSTUP_HOME=/opt/rust
2727
ENV CARGO_HOME=/opt/rust
28-
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.76.0 -y --no-modify-path
28+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.80.1 -y --no-modify-path
2929
ENV PATH=/opt/rust/bin:$PATH
3030
RUN mkdir -p /opt/rust/registry
3131

0 commit comments

Comments
 (0)