Skip to content

Commit c88dacd

Browse files
committed
fix: toolchain version 1.44.0
1 parent 0bda17f commit c88dacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM amazonlinux:latest
22

33
# Install rust
44
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \
5-
PATH="/root/.cargo/bin:$PATH" rustup install 1.44
5+
PATH="/root/.cargo/bin:$PATH" rustup install 1.44.0
66
ENV PATH $PATH:/root/.cargo/bin
77

88
# Install node

0 commit comments

Comments
 (0)