All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Updated Rust/Cargo toolchain to version 1.83.0 (2024-11-28).
- Updated base system to Debian 12.8 (2024-12-03).
- Updated Rust/Cargo toolchain to version 1.82.0 (2024-10-17).
- Updated base system to Debian 12.7 (2024-09-27).
- Switched base system from
debian:12.7-slim
torust:1.*-slim-bookworm
.
- Included the
cargo-rebuild
command.
- Included the
rustfmt
component with the Rust installation.
- Switched base system from
bitnami/minideb:bookworm
todebian:12.7-slim
.
- Updated Rust/Cargo toolchain to version 1.81.0 (2024-09-05).
- Switched base system from
debian:bookworm-slim
tobitnami/minideb:bookworm
.
- Added example Rust/Cargo project to the container image.
- Implemented multi-stage build to further reduce image size.
- Install Rust and Cargo to the default locations.
- Install Rust toolchain with the
minimal
profile.
- This is the first public release of this project.