Skip to content

Commit

Permalink
Updated base system to Debian Sid (2024-10-16) + updated Rust/Cargo t…
Browse files Browse the repository at this point in the history
…oolchain to version 1.84.0-nightly (2024-10-17).
  • Loading branch information
danieltrick committed Oct 17, 2024
1 parent 3046e20 commit f1de796
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Unstable/Sid r6 - 2024-10-17

### Changed
- Updated base system to Debian Sid (2024-10-16).
- Updated Rust/Cargo toolchain to version 1.84.0-nightly (2024-10-17).

## Unstable/Sid r5 - 2024-09-28

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Debian Version
FROM debian:sid-20240926-slim@sha256:12f32e3af969bccab48f38553542a6fa0e84103587ace94537dc2430e12c0b14
FROM debian:sid-20241016-slim@sha256:7bee69f270ab968dbb059bd9b33100503b9c4f52e8d0da2c267d48e4b06bac3d

# Rust version
ARG RUST_VERSION=nightly-2024-09-28
ARG RUST_VERSION=nightly-2024-10-17

# Set up environment
ENV CARGO_HOME="/usr/local/cargo"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Version history

| **Release** | **Date** | **Base system** | **Rust toolchain** | **TPM2 Software Stack** |
| ----------- | ---------- | ---------------------- | -------------------------- | ----------------------- |
| r6 | 2024-10-17 | Debian Sid, 2024-10-16 | 1.84.0-nightly, 2024-10-17 | 4.1.3-1.1 |
| r5 | 2024-09-28 | Debian Sid, 2024-09-26 | 1.83.0-nightly, 2024-09-27 | 4.1.3-1 |
| r4 | 2024-09-20 | Debian Sid, 2024-09-04 | 1.83.0 nightly, 2024-09-19 | 4.1.3-1 |
| r2 | 2024-09-05 | Debian Sid, 2024-09-04 | 1.81.0 | 4.1.3-1 |
Expand Down

0 comments on commit f1de796

Please sign in to comment.