Skip to content

Commit

Permalink
Merge pull request #4588 from dependabot/revert-4585-jurre/bump-cargo
Browse files Browse the repository at this point in the history
Revert "Bump cargo from 1.51.0 to 1.57.0"
  • Loading branch information
jurre authored Jan 5, 2022
2 parents 79e34e9 + c9fff41 commit a67684f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ RUN curl -sSLfO https://packages.erlang-solutions.com/erlang-solutions_2.0_all.d

### RUST

# Install Rust 1.57.0
# Install Rust 1.51.0
ENV RUSTUP_HOME=/opt/rust \
CARGO_HOME=/opt/rust \
PATH="${PATH}:/opt/rust/bin"
RUN mkdir -p "$RUSTUP_HOME" && chown dependabot:dependabot "$RUSTUP_HOME"
USER dependabot
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y \
&& rustup toolchain install 1.57.0 && rustup default 1.57.0
&& rustup toolchain install 1.51.0 && rustup default 1.51.0


### Terraform
Expand Down

0 comments on commit a67684f

Please sign in to comment.