Skip to content

Commit

Permalink
Merge pull request #4585 from dependabot/jurre/bump-cargo
Browse files Browse the repository at this point in the history
Bump cargo from 1.51.0 to 1.57.0
  • Loading branch information
jurre authored Jan 5, 2022
2 parents 3515c5e + 1d37133 commit d6021fe
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.51.0
# Install Rust 1.57.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.51.0 && rustup default 1.51.0
&& rustup toolchain install 1.57.0 && rustup default 1.57.0


### Terraform
Expand Down

0 comments on commit d6021fe

Please sign in to comment.