Skip to content

Commit

Permalink
use latest rust version in container
Browse files Browse the repository at this point in the history
  • Loading branch information
dirksammel committed Nov 7, 2024
1 parent 3843477 commit e7c4524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security

### Changed
- Auditor Docker container: Switch from fixed to latest Rust version ([@dirksammel](https://github.com/dirksammel))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion containers/auditor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Note: If you update the rust version below, make sure that the debian version which is used there matches the one in the runtime stage
FROM lukemathwalker/cargo-chef:latest-rust-1.75-slim-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-slim-bookworm AS chef
WORKDIR /auditor
RUN apt update && apt install lld clang -y

Expand Down

0 comments on commit e7c4524

Please sign in to comment.