We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bda17f commit c88dacdCopy full SHA for c88dacd
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM amazonlinux:latest
2
3
# Install rust
4
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \
5
- PATH="/root/.cargo/bin:$PATH" rustup install 1.44
+ PATH="/root/.cargo/bin:$PATH" rustup install 1.44.0
6
ENV PATH $PATH:/root/.cargo/bin
7
8
# Install node
0 commit comments