Skip to content

Commit

Permalink
Merge pull request #610 from Boavizta/609-chore-update-to-rust-182
Browse files Browse the repository at this point in the history
chore: update to Rust 1.82
  • Loading branch information
jnioche authored Nov 15, 2024
2 parents 72b0123 + 266a32b commit ff0490b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_This paragraph may describe WIP/unreleased features. They are merged to main branch but not tagged._

- [chore: update to Rust 1.82 · Issue #609 · Boavizta/cloud-scanner](https://github.com/Boavizta/cloud-scanner/issues/609)

## [3.1.0]-2024-11-07

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80.1 AS chef
FROM rust:1.82.0 AS chef
RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev
RUN update-ca-certificates
Expand Down

0 comments on commit ff0490b

Please sign in to comment.