Skip to content

Commit 4d505d6

Browse files
authored
Merge pull request #1 from Clevyio/feat/rust-1.46
bump rust to 1.46.0
2 parents c88dacd + b524eb5 commit 4d505d6

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.0
5+
PATH="/root/.cargo/bin:$PATH" rustup install 1.46.0
66
ENV PATH $PATH:/root/.cargo/bin
77

88
# Install node

0 commit comments

Comments
 (0)