Skip to content

Commit ab56eee

Browse files
committed
feat(rust): 1.64.0 -> 1.67.1
1 parent 6ff7876 commit ab56eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nginx-compiled/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN NGINX_VERSION=`nginx -v 2>&1 | gawk 'match($0,/nginx version: nginx\/([0-9\.
3939
# install Rust
4040
ENV RUSTUP_HOME=/opt/rust
4141
ENV CARGO_HOME=/opt/rust
42-
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.64.0 -y --no-modify-path
42+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.67.1 -y --no-modify-path
4343
ENV PATH=/opt/rust/bin:$PATH
4444
RUN mkdir -p /opt/rust/registry
4545

0 commit comments

Comments
 (0)