diff --git a/Dockerfile b/Dockerfile index 1b9cc0e..5937251 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM amazonlinux:latest # Install rust RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable && \ - PATH="/root/.cargo/bin:$PATH" rustup install 1.44.0 + PATH="/root/.cargo/bin:$PATH" rustup install 1.46.0 ENV PATH $PATH:/root/.cargo/bin # Install node