Skip to content

Commit

Permalink
Updated base system to Debian Sid (2024-09-26) + updated Rust/Cargo t…
Browse files Browse the repository at this point in the history
…oolchain to version 1.83.0-nightly (2024-09-27).
  • Loading branch information
danieltrick committed Sep 28, 2024
1 parent 75cfc06 commit 3046e20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 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 r5 - 2024-09-28

### Changed
- Updated base system to Debian Sid (2024-09-26).
- Updated Rust/Cargo toolchain to version 1.83.0-nightly (2024-09-27).

## Unstable/Sid r4 - 2024-09-20

### Added
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-20240904-slim
FROM debian:sid-20240926-slim@sha256:12f32e3af969bccab48f38553542a6fa0e84103587ace94537dc2430e12c0b14

# Rust version
ARG RUST_VERSION=nightly-2024-09-20
ARG RUST_VERSION=nightly-2024-09-28

# Set up environment
ENV CARGO_HOME="/usr/local/cargo"
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Ready to use development environment with [Rust/Cargo](https://www.rust-lang.org
Version history
---------------

| **Release** | **Date** | **Base system** | **Rust toolchain** | **TPM2 Software Stack** |
| ----------- | ---------- | --------------------------------- | ------------------ | ----------------------- |
| r4 | 2024-09-20 | Debian Unstable (Sid), 2024-09-04 | 1.83.0-nightly | 4.1.3-1 |
| r2 | 2024-09-05 | Debian Unstable (Sid), 2024-09-04 | 1.81.0 | 4.1.3-1 |
| r1 | 2024-09-03 | Debian Unstable (Sid), 2024-08-13 | 1.80.0 | 4.1.3-1 |
| **Release** | **Date** | **Base system** | **Rust toolchain** | **TPM2 Software Stack** |
| ----------- | ---------- | ---------------------- | -------------------------- | ----------------------- |
| 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 |
| r1 | 2024-09-03 | Debian Sid, 2024-08-13 | 1.80.0 | 4.1.3-1 |

0 comments on commit 3046e20

Please sign in to comment.