We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c88dacd + b524eb5 commit 4d505d6Copy full SHA for 4d505d6
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.0
+ PATH="/root/.cargo/bin:$PATH" rustup install 1.46.0
6
ENV PATH $PATH:/root/.cargo/bin
7
8
# Install node
0 commit comments