Skip to content

Commit

Permalink
Updated 'swtpm' and 'libtpms' to the latest versions + updated base s…
Browse files Browse the repository at this point in the history
…ystem.
  • Loading branch information
danieltrick committed Jan 15, 2025
1 parent b795e10 commit e543592
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

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

## r12 - 2025-01-15

### Changed
- swtpm: Updated to revision `3d6a8b75b335` (2024-12-27)
- libtpms: Updated to revision `ecb769cdb8dd` (2024-12-16)
- Base system: Updated to `alpine:3.21.2` (2025-01-08)

## r11 - 2024-12-06

### Changed
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Alpine Version
ARG ALPINE_VERS=3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45
ARG ALPINE_VERS=3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Stage #1
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FROM alpine:$ALPINE_VERS AS build

# SWTPM Versions
ARG SWTPM_COMMIT=314f5f411b32a1df6ba82ba9fc56572b59668dd8
ARG LTPMS_COMMIT=f22745c72933b17a743e5e8648ca691952b16505
ARG SWTPM_COMMIT=3d6a8b75b335556e59491407aebc3721d805ea5d
ARG LTPMS_COMMIT=ecb769cdb8ddbef6e3d91c062d9d2105acff5802

# Install build dependencies
RUN apk add --no-cache \
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** | **SWTPM version** | **libtpms version** |
| ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| r12 | 2025-01-15 | Alpine 3.21.2 | [`3d6a8b75b335`](https://github.com/stefanberger/swtpm/commit/3d6a8b75b335) | [`ecb769cdb8dd`](https://github.com/stefanberger/libtpms/commit/ecb769cdb8dd) |
| r11 | 2024-12-06 | Alpine 3.21.0 | [`314f5f411b32`](https://github.com/stefanberger/swtpm/commit/314f5f411b32) | [`f22745c72933`](https://github.com/stefanberger/libtpms/commit/f22745c72933) |
| r10 | 2024-09-28 | Alpine 3.20.3 | [`2e2124928f38`](https://github.com/stefanberger/swtpm/commit/2e2124928f38) | [`6adb99a42cf6`](https://github.com/stefanberger/libtpms/commit/6adb99a42cf6) |
| r9 | 2024-09-18 | Alpine 3.20.3 | [`017f99ceddb0`](https://github.com/stefanberger/swtpm/commit/017f99ceddb0) | [`e898872637b4`](https://github.com/stefanberger/libtpms/commit/e898872637b4) |
Expand Down

0 comments on commit e543592

Please sign in to comment.