Skip to content

Commit

Permalink
Bump rust to 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jan 10, 2023
1 parent db6310a commit 4bbe25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ENV RUSTUP_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 --default-toolchain 1.64.0 --profile minimal
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.66.0 --profile minimal


### Terraform
Expand Down

0 comments on commit 4bbe25e

Please sign in to comment.