Skip to content

Commit 6ff7876

Browse files
committed
feat(hosted): update rust to 1.64, add project domain workflow
1 parent 8cd3593 commit 6ff7876

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.59.0 -y --no-modify-path
42+
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.64.0 -y --no-modify-path
4343
ENV PATH=/opt/rust/bin:$PATH
4444
RUN mkdir -p /opt/rust/registry
4545

0 commit comments

Comments
 (0)