Skip to content

Commit

Permalink
feat(rust): update rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Sep 24, 2024
1 parent c2bcb8e commit 99a82f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apache-module-custom/services/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update \
# install Rust
ENV RUSTUP_HOME=/opt/rust
ENV CARGO_HOME=/opt/rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.80.1 -y --no-modify-path
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.81.0 -y --no-modify-path
ENV PATH=/opt/rust/bin:$PATH
RUN mkdir -p /opt/rust/registry

Expand Down
2 changes: 1 addition & 1 deletion nginx-module-custom/services/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt update \
# install Rust
ENV RUSTUP_HOME=/opt/rust
ENV CARGO_HOME=/opt/rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.80.1 -y --no-modify-path
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.81.0 -y --no-modify-path
ENV PATH=/opt/rust/bin:$PATH
RUN mkdir -p /opt/rust/registry

Expand Down

0 comments on commit 99a82f6

Please sign in to comment.