We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a4142 commit 0f21cdaCopy full SHA for 0f21cda
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.56.0
+ PATH="/root/.cargo/bin:$PATH" rustup install 1.56.1
6
ENV PATH $PATH:/root/.cargo/bin
7
8
# Install node
0 commit comments